Skip to content

Commit 8084f45

Browse files
committed
Rephrase comment
1 parent 9070a97 commit 8084f45

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/include/llvm/IR/RuntimeLibcalls.td

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2082,9 +2082,8 @@ defvar X86CommonLibcalls =
20822082
LibmHasFrexpF32, LibmHasLdexpF32,
20832083
LibmHasFrexpF80, LibmHasLdexpF80,
20842084
DefaultRuntimeLibcallImpls_f80,
2085-
// MSVCRT doesn't have powi
2086-
// FIXME: It's almost certainly correct that MSVCRT has
2087-
// __powitf2_f128, but at least one test is relying on it.
2085+
// FIXME: MSVCRT doesn't have powi. The f128 case is added as a
2086+
// hack for one test relying on it.
20882087
__powitf2_f128,
20892088
LibcallImpls<(add MostPowI), isNotOSMSVCRT>
20902089
);

0 commit comments

Comments
 (0)