[llvm-commits] CVS: llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
Reid Spencer
reid at x10sys.com
Fri Dec 1 20:25:07 PST 2006
Changes in directory llvm/test/Regression/Analysis/LoopInfo:
2003-05-15-NestingProblem.ll updated: 1.4 -> 1.5
---
Log message:
Use the llvm-upgrade program to upgrade llvm assembly.
---
Diffs of the changes: (+1 -1)
2003-05-15-NestingProblem.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
diff -u llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll:1.4 llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll:1.5
--- llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll:1.4 Sun Aug 27 17:47:14 2006
+++ llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll Fri Dec 1 22:23:08 2006
@@ -1,7 +1,7 @@
; This testcase was incorrectly computing that the loopentry.7 loop was
; not a child of the loopentry.6 loop.
;
-; RUN: llvm-as < %s | opt -analyze -loops | grep "^ Loop Containing: %loopentry.7"
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -loops | grep "^ Loop Containing: %loopentry.7"
void %getAndMoveToFrontDecode() { ; No predecessors!
br label %endif.2
More information about the llvm-commits
mailing list