Changes in directory llvm/test/Analysis/BasicAA:
modref.ll updated: 1.5 -> 1.6 --- Log message: For PR1319: http://llvm.org/PR1319 : Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. --- Diffs of the changes: (+1 -1) modref.ll | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Analysis/BasicAA/modref.ll diff -u llvm/test/Analysis/BasicAA/modref.ll:1.5 llvm/test/Analysis/BasicAA/modref.ll:1.6 --- llvm/test/Analysis/BasicAA/modref.ll:1.5 Mon Apr 16 10:15:51 2007 +++ llvm/test/Analysis/BasicAA/modref.ll Mon Apr 16 12:36:06 2007 @@ -1,6 +1,6 @@ ; A very rudimentary test on AliasAnalysis::getModRefInfo. ; RUN: llvm-upgrade < %s | llvm-as | \ -; RUN: opt -print-all-alias-modref-info -aa-eval -disable-output |& +; RUN: opt -print-all-alias-modref-info -aa-eval -disable-output |& \ ; RUN: not grep NoModRef int %callee() { _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits