diff --git a/test/Transforms/SimplifyLibCalls/floor.ll b/test/Transforms/SimplifyLibCalls/floor.ll index 9e9b154a2b6..31eb3f65623 100644 --- a/test/Transforms/SimplifyLibCalls/floor.ll +++ b/test/Transforms/SimplifyLibCalls/floor.ll @@ -31,7 +31,7 @@ define float @test_ceil(float %C) { define float @test_nearbyint(float %C) { %D = fpext float %C to double ; [#uses=1] - ; --> floorf + ; --> nearbyintf %E = call double @nearbyint( double %D ) ; [#uses=1] %F = fptrunc double %E to float ; [#uses=1] ret float %F