[llvm-commits] CVS: llvm/test/Regression/Other/2003-02-19-LoopInfoNestingBug.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue Jul 1 16:04:01 PDT 2003
Changes in directory llvm/test/Regression/Other:
2003-02-19-LoopInfoNestingBug.ll updated: 1.1 -> 1.2
---
Log message:
Fix testcase failing because of change of output
---
Diffs of the changes:
Index: llvm/test/Regression/Other/2003-02-19-LoopInfoNestingBug.ll
diff -u llvm/test/Regression/Other/2003-02-19-LoopInfoNestingBug.ll:1.1 llvm/test/Regression/Other/2003-02-19-LoopInfoNestingBug.ll:1.2
--- llvm/test/Regression/Other/2003-02-19-LoopInfoNestingBug.ll:1.1 Wed Feb 19 18:09:26 2003
+++ llvm/test/Regression/Other/2003-02-19-LoopInfoNestingBug.ll Tue Jul 1 16:03:30 2003
@@ -2,7 +2,7 @@
; figure out that loop "Inner" should be nested inside of leep "LoopHeader",
; and instead nests it just inside loop "Top"
;
-; RUN: analyze -loops %s | grep ' Loop Containing: label %Inner'
+; RUN: analyze -loops %s | grep ' Loop Containing:[ ]*%Inner'
;
implementation
More information about the llvm-commits
mailing list