test/Transforms/SimplifyLibCalls/floor.ll: Mark as XFAIL:win32 due to lack of nearbyintf on MSVC. [PR8466]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117529 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2010-10-28 06:46:04 +00:00
parent 1c48377421
commit abd9e01baf

View File

@ -29,6 +29,8 @@ define float @test_ceil(float %C) {
ret float %F
}
; PR8466
; XFAIL: win32
define float @test_nearbyint(float %C) {
%D = fpext float %C to double ; <double> [#uses=1]
; --> nearbyintf