1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Add comment to test file I forgot to save

llvm-svn: 292178
This commit is contained in:
Matt Arsenault 2017-01-17 00:35:28 +00:00
parent 018a8adda0
commit a568a0d4a6

View File

@ -274,7 +274,9 @@ define float @float_round(float %x) nounwind readnone {
}
declare float @powf(float, float)
; win32 lacks sqrtf&fabsf, win64 lacks fabsf
; win32 lacks sqrtf&fabsf, win64 lacks fabsf, but
; calls to the intrinsics can be emitted instead.
define float @float_powsqrt(float %x) nounwind readnone {
; WIN32-LABEL: @float_powsqrt(
; WIN32-NOT: float @sqrtf