Changes in directory llvm/test/Transforms/TailCallElim:
return-undef.ll updated: 1.2 -> 1.3 --- 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: (+3 -2) return-undef.ll | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm/test/Transforms/TailCallElim/return-undef.ll diff -u llvm/test/Transforms/TailCallElim/return-undef.ll:1.2 llvm/test/Transforms/TailCallElim/return-undef.ll:1.3 --- llvm/test/Transforms/TailCallElim/return-undef.ll:1.2 Fri Dec 1 22:23:10 2006 +++ llvm/test/Transforms/TailCallElim/return-undef.ll Mon Apr 16 12:36:08 2007 @@ -1,5 +1,6 @@ -; RUN: llvm-upgrade < %s | llvm-as | opt -tailcallelim | llvm-dis | grep sub && -; RUN: llvm-upgrade < %s | llvm-as | opt -tailcallelim | llvm-dis | not grep call +; RUN: llvm-upgrade < %s | llvm-as | opt -tailcallelim | llvm-dis > %t +; RUN: grep sub %t +; RUN: not grep call %t int %test(int %X) { %Y = sub int %X, 1 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits