[llvm-commits] CVS: llvm/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll dg.exp
Reid Spencer
reid at x10sys.com
Sat Apr 14 15:51:50 PDT 2007
Changes in directory llvm/test/Transforms/InstCombine:
2004-08-10-BoolSetCC.ll updated: 1.4 -> 1.5
dg.exp updated: 1.5 -> 1.6
---
Log message:
Changes to fix problems with "make check". Apparently you can redefine
functions and Tcl's just tickled with that. The fix is to give the "new"
test system a different interface function name.
---
Diffs of the changes: (+2 -2)
2004-08-10-BoolSetCC.ll | 2 +-
dg.exp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll
diff -u llvm/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll:1.4 llvm/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll:1.5
--- llvm/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll:1.4 Sat Apr 14 15:13:02 2007
+++ llvm/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll Sat Apr 14 17:51:29 2007
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \
-; RUN: grep {ret i1 false}
+; RUN: grep {ret i1 false}
bool %test(bool %V) {
%Y = setlt bool %V, false
ret bool %Y
Index: llvm/test/Transforms/InstCombine/dg.exp
diff -u llvm/test/Transforms/InstCombine/dg.exp:1.5 llvm/test/Transforms/InstCombine/dg.exp:1.6
--- llvm/test/Transforms/InstCombine/dg.exp:1.5 Sat Apr 14 15:13:02 2007
+++ llvm/test/Transforms/InstCombine/dg.exp Sat Apr 14 17:51:29 2007
@@ -1,3 +1,3 @@
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