[llvm-commits] CVS: llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll dg.exp
Reid Spencer
reid at x10sys.com
Sun Apr 15 03:22:18 PDT 2007
Changes in directory llvm/test/Other:
2003-02-19-LoopInfoNestingBug.ll updated: 1.5 -> 1.6
dg.exp updated: 1.4 -> 1.5
---
Log message:
For PR1319: http://llvm.org/PR1319 : Upgrade to new test harness
---
Diffs of the changes: (+4 -3)
2003-02-19-LoopInfoNestingBug.ll | 3 ++-
dg.exp | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
Index: llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll
diff -u llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll:1.5 llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll:1.6
--- llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll:1.5 Fri Dec 1 22:23:08 2006
+++ llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll Sun Apr 15 05:21:55 2007
@@ -2,7 +2,8 @@
; figure out that loop "Inner" should be nested inside of leep "LoopHeader",
; and instead nests it just inside loop "Top"
;
-; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -loops | grep ' Loop Containing:[ ]*%Inner'
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -loops | \
+; RUN: grep { Loop Containing:\[ \]*%Inner}
;
implementation
Index: llvm/test/Other/dg.exp
diff -u llvm/test/Other/dg.exp:1.4 llvm/test/Other/dg.exp:1.5
--- llvm/test/Other/dg.exp:1.4 Wed Apr 11 14:56:58 2007
+++ llvm/test/Other/dg.exp Sun Apr 15 05:21:55 2007
@@ -1,3 +1,3 @@
-load_lib llvm-dg.exp
+load_lib llvm.exp
-llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
+RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
More information about the llvm-commits
mailing list