Changes in directory llvm/test/Regression/Analysis/LoopInfo:

2003-05-15-NestingProblem.ll updated: 1.3 -> 1.4
---
Log message:

Update tests now that opt no longer reads .ll files


---
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.3 
llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll:1.4
--- llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll:1.3     
Fri Aug 18 01:34:30 2006
+++ llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll Sun Aug 
27 17:47:14 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: opt -analyze %s -loops | grep "^            Loop Containing:  
%loopentry.7"
+; RUN: llvm-as < %s | opt -analyze -loops | grep "^            Loop 
Containing:  %loopentry.7"
 
 void %getAndMoveToFrontDecode() {              ; No predecessors!
        br label %endif.2



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to