[llvm-commits] CVS: llvm/test/Analysis/ScalarEvolution/dg.exp trip-count.ll
Reid Spencer
reid at x10sys.com
Sun Apr 15 02:31:41 PDT 2007
Changes in directory llvm/test/Analysis/ScalarEvolution:
dg.exp updated: 1.2 -> 1.3
trip-count.ll updated: 1.4 -> 1.5
---
Log message:
For PR1319: http://llvm.org/PR1319 :
Upgrade to use new Tcl exec based test harness.
---
Diffs of the changes: (+4 -4)
dg.exp | 4 ++--
trip-count.ll | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm/test/Analysis/ScalarEvolution/dg.exp
diff -u llvm/test/Analysis/ScalarEvolution/dg.exp:1.2 llvm/test/Analysis/ScalarEvolution/dg.exp:1.3
--- llvm/test/Analysis/ScalarEvolution/dg.exp:1.2 Wed Apr 11 14:56:57 2007
+++ llvm/test/Analysis/ScalarEvolution/dg.exp Sun Apr 15 04:31:07 2007
@@ -1,3 +1,3 @@
-load_lib llvm-dg.exp
+load_lib llvm.exp
-llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.ll]]
+RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.ll]]
Index: llvm/test/Analysis/ScalarEvolution/trip-count.ll
diff -u llvm/test/Analysis/ScalarEvolution/trip-count.ll:1.4 llvm/test/Analysis/ScalarEvolution/trip-count.ll:1.5
--- llvm/test/Analysis/ScalarEvolution/trip-count.ll:1.4 Tue Mar 27 21:38:26 2007
+++ llvm/test/Analysis/ScalarEvolution/trip-count.ll Sun Apr 15 04:31:07 2007
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution 2>&1 | \
-; RUN: grep '10000 iterations'
+; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& \
+; RUN: grep {10000 iterations}
; PR1101
@A = weak global [1000 x i32] zeroinitializer, align 32
More information about the llvm-commits
mailing list