[llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyLibCalls/Puts.ll

Reid Spencer reid at x10sys.com
Fri Apr 29 16:01:33 PDT 2005



Changes in directory llvm/test/Regression/Transforms/SimplifyLibCalls:

Puts.ll updated: 1.2 -> 1.3
---
Log message:

Get the name of the pass right in the documentation.


---
Diffs of the changes:  (+1 -1)

 Puts.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/Transforms/SimplifyLibCalls/Puts.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/Puts.ll:1.2 llvm/test/Regression/Transforms/SimplifyLibCalls/Puts.ll:1.3
--- llvm/test/Regression/Transforms/SimplifyLibCalls/Puts.ll:1.2	Fri Apr 29 05:10:17 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/Puts.ll	Fri Apr 29 18:01:21 2005
@@ -1,4 +1,4 @@
-; Test that the StrCatOptimizer works correctly
+; Test that the PutsCatOptimizer works correctly
 ; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*fputs'
 ;
 %struct._IO_FILE = type { int, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, %struct._IO_marker*, %struct._IO_FILE*, int, int, int, ushort, sbyte, [1 x sbyte], sbyte*, long, sbyte*, sbyte*, int, [52 x sbyte] }






More information about the llvm-commits mailing list