[llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyLibCalls/2005-04-24-strcat.ll
Reid Spencer
reid at x10sys.com
Mon Apr 25 19:33:36 PDT 2005
Changes in directory llvm/test/Regression/Transforms/SimplifyLibCalls:
2005-04-24-strcat.ll updated: 1.3 -> 1.4
---
Log message:
Fix RUN: line to not always pass.
---
Diffs of the changes: (+1 -1)
2005-04-24-strcat.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/Transforms/SimplifyLibCalls/2005-04-24-strcat.ll
diff -u llvm/test/Regression/Transforms/SimplifyLibCalls/2005-04-24-strcat.ll:1.3 llvm/test/Regression/Transforms/SimplifyLibCalls/2005-04-24-strcat.ll:1.4
--- llvm/test/Regression/Transforms/SimplifyLibCalls/2005-04-24-strcat.ll:1.3 Mon Apr 25 16:08:34 2005
+++ llvm/test/Regression/Transforms/SimplifyLibCalls/2005-04-24-strcat.ll Mon Apr 25 21:33:25 2005
@@ -1,5 +1,5 @@
; Test that the StrCatOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | grep -v 'call.*strcat'
+; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*strcat'
declare sbyte* %strcat(sbyte*,sbyte*)
declare int %puts(sbyte*)
More information about the llvm-commits
mailing list