[llvm-commits] CVS: llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll

Chris Lattner lattner at cs.uiuc.edu
Thu Oct 23 10:47:01 PDT 2003


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

2003-05-15-NestingProblem.ll updated: 1.1 -> 1.2

---
Log message:

Fix buggy test


---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
diff -u llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll:1.1 llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll:1.2
--- llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll:1.1	Thu May 15 13:03:03 2003
+++ llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll	Thu Oct 23 10:46:42 2003
@@ -1,7 +1,7 @@
 ; This testcase was incorrectly computing that the loopentry.7 loop was
 ; not a child of the loopentry.6 loop.
 ;
-; RUN: analyze %s -loops | grep "^        Loop Containing:  %loopentry.7"
+; RUN: analyze %s -loops | grep "^            Loop Containing:  %loopentry.7"
 
 void %getAndMoveToFrontDecode() {		; No predecessors!
 	br label %endif.2





More information about the llvm-commits mailing list