[llvm-commits] [llvm] r120394 - /llvm/trunk/test/Transforms/SimplifyLibCalls/FPuts.ll
Anders Carlsson
andersca at mac.com
Mon Nov 29 22:03:55 PST 2010
Author: andersca
Date: Tue Nov 30 00:03:55 2010
New Revision: 120394
URL: http://llvm.org/viewvc/llvm-project?rev=120394&view=rev
Log:
Fix a typo.
Modified:
llvm/trunk/test/Transforms/SimplifyLibCalls/FPuts.ll
Modified: llvm/trunk/test/Transforms/SimplifyLibCalls/FPuts.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyLibCalls/FPuts.ll?rev=120394&r1=120393&r2=120394&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/SimplifyLibCalls/FPuts.ll (original)
+++ llvm/trunk/test/Transforms/SimplifyLibCalls/FPuts.ll Tue Nov 30 00:03:55 2010
@@ -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}
More information about the llvm-commits
mailing list