[llvm-commits] CVS: llvm/test/Transforms/RaiseAllocations/dg.exp

Reid Spencer reid at x10sys.com
Sun Apr 15 02:22:35 PDT 2007



Changes in directory llvm/test/Transforms/RaiseAllocations:

dg.exp updated: 1.4 -> 1.5
---
Log message:

For PR1319: http://llvm.org/PR1319 :
Upgrade to use new Tcl exec based test harness. This exposes 3 bugs that
were previously not being reported:
test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
test/Transforms/GlobalOpt/memset.ll
test/Transforms/IndVarsSimplify/exit_value_tests.llx


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

 dg.exp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/Transforms/RaiseAllocations/dg.exp
diff -u llvm/test/Transforms/RaiseAllocations/dg.exp:1.4 llvm/test/Transforms/RaiseAllocations/dg.exp:1.5
--- llvm/test/Transforms/RaiseAllocations/dg.exp:1.4	Wed Apr 11 14:56:59 2007
+++ llvm/test/Transforms/RaiseAllocations/dg.exp	Sun Apr 15 04:21:47 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