aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-05-01 06:16:48 +0000
committerChris Lattner <sabre@nondot.org>2008-05-01 06:16:48 +0000
commit2facbddb76e68fcc4d842174859506ca1584604c (patch)
tree7962e387719561640475eccd94f555b3f217f49a /test/Transforms
parentb1747f0b23d78ba0e503ec098190a22a9a16012f (diff)
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50519 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r--test/Transforms/SimplifyLibCalls/floor.ll2
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