[llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyLibCalls/StrCpy.ll
Reid Spencer
reid at x10sys.com
Fri Apr 29 16:02:26 PDT 2005
Changes in directory llvm/test/Regression/Transforms/SimplifyLibCalls:
StrCpy.ll updated: 1.1 -> 1.2
---
Log message:
This is StrCpy, NOT StrCat!
---
Diffs of the changes: (+2 -2)
StrCpy.ll | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/StrCpy.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/StrCpy.ll:1.1 llvm/test/Regression/Transforms/SimplifyLibCalls/StrCpy.ll:1.2
--- llvm/test/Regression/Transforms/SimplifyLibCalls/StrCpy.ll:1.1 Fri Apr 29 01:01:28 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/StrCpy.ll Fri Apr 29 18:02:15 2005
@@ -1,5 +1,5 @@
-; Test that the StrCatOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*strcat'
+; Test that the StrCpyOptimizer works correctly
+; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*strcpy'
declare sbyte* %strcpy(sbyte*,sbyte*)
declare int %puts(sbyte*)
More information about the llvm-commits
mailing list