Changes in directory llvm/test/Transforms/GCSE:
2002-05-14-OperandSwap.ll updated: 1.4 -> 1.5 dg.exp 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 -3) 2002-05-14-OperandSwap.ll | 3 ++- dg.exp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/test/Transforms/GCSE/2002-05-14-OperandSwap.ll diff -u llvm/test/Transforms/GCSE/2002-05-14-OperandSwap.ll:1.4 llvm/test/Transforms/GCSE/2002-05-14-OperandSwap.ll:1.5 --- llvm/test/Transforms/GCSE/2002-05-14-OperandSwap.ll:1.4 Tue Sep 16 10:29:28 2003 +++ llvm/test/Transforms/GCSE/2002-05-14-OperandSwap.ll Sun Apr 15 03:30:32 2007 @@ -1,7 +1,8 @@ ; This entire chain of computation should be optimized away, but ; wasn't because the two multiplies were not detected as being identical. ; -; RUN: llvm-as < %s | opt -gcse -instcombine -dce | llvm-dis | not grep sub +; RUN: llvm-upgrade < %s | llvm-as | opt -gcse -instcombine -dce | \ +; RUN: llvm-dis | not grep sub implementation ; Functions: Index: llvm/test/Transforms/GCSE/dg.exp diff -u llvm/test/Transforms/GCSE/dg.exp:1.4 llvm/test/Transforms/GCSE/dg.exp:1.5 --- llvm/test/Transforms/GCSE/dg.exp:1.4 Wed Apr 11 14:56:58 2007 +++ llvm/test/Transforms/GCSE/dg.exp Sun Apr 15 03:30:32 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}]] _______________________________________________ llvm-commits mailing list [EMAIL PROTECTED] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits