Changes in directory llvm/test/Transforms/IndVarsSimplify:
2003-12-10-IndVarDeadCode.ll updated: 1.2 -> 1.3 --- Log message: For PR1319: http://llvm.org/PR1319 : Fix syntax of tests to ensure grep pattern is properly quoted. --- Diffs of the changes: (+2 -1) 2003-12-10-IndVarDeadCode.ll | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/test/Transforms/IndVarsSimplify/2003-12-10-IndVarDeadCode.ll diff -u llvm/test/Transforms/IndVarsSimplify/2003-12-10-IndVarDeadCode.ll:1.2 llvm/test/Transforms/IndVarsSimplify/2003-12-10-IndVarDeadCode.ll:1.3 --- llvm/test/Transforms/IndVarsSimplify/2003-12-10-IndVarDeadCode.ll:1.2 Fri Dec 1 22:23:09 2006 +++ llvm/test/Transforms/IndVarsSimplify/2003-12-10-IndVarDeadCode.ll Mon Apr 16 10:31:49 2007 @@ -1,7 +1,8 @@ ; The induction variable canonicalization pass shouldn't leave dead ; instructions laying around! ; -; RUN: llvm-upgrade < %s | llvm-as | opt -indvars | llvm-dis | not grep '#uses=0' +; RUN: llvm-upgrade < %s | llvm-as | opt -indvars | llvm-dis | \ +; RUN: not grep {#uses=0} int %mul(int %x, int %y) { entry: _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits