fix typo
authorChris Lattner <sabre@nondot.org>
Thu, 1 May 2008 06:16:48 +0000 (06:16 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 May 2008 06:16:48 +0000 (06:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50519 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/SimplifyLibCalls/floor.ll

index 9e9b154a2b61b673643baaaec62a1d8590ef9c15..31eb3f65623f577981ada9820472778a53c5c879 100644 (file)
@@ -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