Skip to content

Commit c8cc2be

Browse files
committed
Add comment to test file I forgot to save
llvm-svn: 292178
1 parent ca0e501 commit c8cc2be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/test/Transforms/InstCombine/win-math.ll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,9 @@ define float @float_round(float %x) nounwind readnone {
274274
}
275275

276276
declare float @powf(float, float)
277-
; win32 lacks sqrtf&fabsf, win64 lacks fabsf
277+
278+
; win32 lacks sqrtf&fabsf, win64 lacks fabsf, but
279+
; calls to the intrinsics can be emitted instead.
278280
define float @float_powsqrt(float %x) nounwind readnone {
279281
; WIN32-LABEL: @float_powsqrt(
280282
; WIN32-NOT: float @sqrtf

0 commit comments

Comments
 (0)