summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyLibCalls/FPuts.ll
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2010-11-30 06:03:55 +0000
committerAnders Carlsson <andersca@mac.com>2010-11-30 06:03:55 +0000
commit77e9892afd37f90163f4d1f25275340b6b6849f9 (patch)
treeaf292e7de98c7001cac28404aef779a08b48b5bc /llvm/test/Transforms/SimplifyLibCalls/FPuts.ll
parent631d06bbceb7e4f50edf8cf44b2b4e03955734bd (diff)
downloadbcm5719-llvm-77e9892afd37f90163f4d1f25275340b6b6849f9.tar.gz
bcm5719-llvm-77e9892afd37f90163f4d1f25275340b6b6849f9.zip
Fix a typo.
llvm-svn: 120394
Diffstat (limited to 'llvm/test/Transforms/SimplifyLibCalls/FPuts.ll')
-rw-r--r--llvm/test/Transforms/SimplifyLibCalls/FPuts.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyLibCalls/FPuts.ll b/llvm/test/Transforms/SimplifyLibCalls/FPuts.ll
index 47a33c2d98d..1f72ede7961 100644
--- a/llvm/test/Transforms/SimplifyLibCalls/FPuts.ll
+++ b/llvm/test/Transforms/SimplifyLibCalls/FPuts.ll
@@ -1,4 +1,4 @@
-; Test that the PutsCatOptimizer works correctly
+; Test that the FPutsOptimizer works correctly
; RUN: opt < %s -simplify-libcalls -S | \
; RUN: not grep {call.*fputs}
OpenPOWER on IntegriCloud