Changes in directory llvm/test/Analysis/GlobalsModRef:
dg.exp updated: 1.4 -> 1.5 indirect-global.ll updated: 1.3 -> 1.4 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to use new Tcl exec based test harness. --- Diffs of the changes: (+4 -3) dg.exp | 4 ++-- indirect-global.ll | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/test/Analysis/GlobalsModRef/dg.exp diff -u llvm/test/Analysis/GlobalsModRef/dg.exp:1.4 llvm/test/Analysis/GlobalsModRef/dg.exp:1.5 --- llvm/test/Analysis/GlobalsModRef/dg.exp:1.4 Wed Apr 11 14:56:57 2007 +++ llvm/test/Analysis/GlobalsModRef/dg.exp Sun Apr 15 04:31:06 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}]] Index: llvm/test/Analysis/GlobalsModRef/indirect-global.ll diff -u llvm/test/Analysis/GlobalsModRef/indirect-global.ll:1.3 llvm/test/Analysis/GlobalsModRef/indirect-global.ll:1.4 --- llvm/test/Analysis/GlobalsModRef/indirect-global.ll:1.3 Sun Dec 31 00:01:59 2006 +++ llvm/test/Analysis/GlobalsModRef/indirect-global.ll Sun Apr 15 04:31:06 2007 @@ -1,6 +1,7 @@ ; RUN: llvm-upgrade < %s | llvm-as | \ ; RUN: opt -globalsmodref-aa -load-vn -gcse -instcombine | llvm-dis | \ -; RUN: grep 'ret i32 0' +; RUN: grep {ret i32 0} +; END. %G = internal global int* null implementation _______________________________________________ llvm-commits mailing list [EMAIL PROTECTED] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits