[llvm-commits] CVS: llvm/test/Regression/Transforms/LICM/sink_multiple_exits.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue Dec 9 15:46:02 PST 2003
Changes in directory llvm/test/Regression/Transforms/LICM:
sink_multiple_exits.ll updated: 1.1 -> 1.2
---
Log message:
Fix buggy test
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Regression/Transforms/LICM/sink_multiple_exits.ll
diff -u llvm/test/Regression/Transforms/LICM/sink_multiple_exits.ll:1.1 llvm/test/Regression/Transforms/LICM/sink_multiple_exits.ll:1.2
--- llvm/test/Regression/Transforms/LICM/sink_multiple_exits.ll:1.1 Tue Dec 9 15:40:36 2003
+++ llvm/test/Regression/Transforms/LICM/sink_multiple_exits.ll Tue Dec 9 15:45:23 2003
@@ -1,7 +1,7 @@
; This testcase ensures that we can sink instructions from loops with
; multiple exits.
;
-; RUN: llvm-as < %s | opt -licm | llvm-dis | grep -C1 mul | grep Out:
+; RUN: llvm-as < %s | opt -licm | llvm-dis | grep -C1 mul | grep 'Out[12]:'
int %test(int %N, bool %C) {
Entry:
More information about the llvm-commits
mailing list