From 2facbddb76e68fcc4d842174859506ca1584604c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 1 May 2008 06:16:48 +0000 Subject: [PATCH] fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50519 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/SimplifyLibCalls/floor.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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