aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyLibCalls
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
commit1d0629558320666685694a4ea80b0b242242efb6 (patch)
tree0c4dd1ad85174ea70e2b1a749cf5909441980865 /test/Transforms/SimplifyLibCalls
parent2703399041003fa9197082582802ddbd08e8259d (diff)
downloadexternal_llvm-1d0629558320666685694a4ea80b0b242242efb6.zip
external_llvm-1d0629558320666685694a4ea80b0b242242efb6.tar.gz
external_llvm-1d0629558320666685694a4ea80b0b242242efb6.tar.bz2
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SimplifyLibCalls')
-rw-r--r--test/Transforms/SimplifyLibCalls/FPuts.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyLibCalls/FPuts.ll b/test/Transforms/SimplifyLibCalls/FPuts.ll
index 47a33c2..1f72ede 100644
--- a/test/Transforms/SimplifyLibCalls/FPuts.ll
+++ b/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}