[llvm-commits] CVS: llvm/test/CodeGen/IA64/2005-10-29-shladd.ll dg.exp
Reid Spencer
reid at x10sys.com
Sun Apr 15 13:49:10 PDT 2007
Changes in directory llvm/test/CodeGen/IA64:
2005-10-29-shladd.ll updated: 1.2 -> 1.3
dg.exp updated: 1.3 -> 1.4
---
Log message:
For PR1319: http://llvm.org/PR1319 : Upgrade to new test harness.
---
Diffs of the changes: (+3 -3)
2005-10-29-shladd.ll | 2 +-
dg.exp | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/test/CodeGen/IA64/2005-10-29-shladd.ll
diff -u llvm/test/CodeGen/IA64/2005-10-29-shladd.ll:1.2 llvm/test/CodeGen/IA64/2005-10-29-shladd.ll:1.3
--- llvm/test/CodeGen/IA64/2005-10-29-shladd.ll:1.2 Fri Dec 1 22:23:08 2006
+++ llvm/test/CodeGen/IA64/2005-10-29-shladd.ll Sun Apr 15 15:48:50 2007
@@ -1,5 +1,5 @@
; this should turn into shladd
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ia64 | grep 'shladd'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ia64 | grep shladd
implementation ; Functions:
Index: llvm/test/CodeGen/IA64/dg.exp
diff -u llvm/test/CodeGen/IA64/dg.exp:1.3 llvm/test/CodeGen/IA64/dg.exp:1.4
--- llvm/test/CodeGen/IA64/dg.exp:1.3 Wed Apr 11 14:56:57 2007
+++ llvm/test/CodeGen/IA64/dg.exp Sun Apr 15 15:48:50 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