diff options
-rw-r--r-- | test/Transforms/SimplifyLibCalls/floor.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyLibCalls/floor.ll b/test/Transforms/SimplifyLibCalls/floor.ll index 9e9b154a2b..31eb3f6562 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 ; <double> [#uses=1] - ; --> floorf + ; --> nearbyintf %E = call double @nearbyint( double %D ) ; <double> [#uses=1] %F = fptrunc double %E to float ; <float> [#uses=1] ret float %F |