[llvm-commits] CVS: llvm/test/Transforms/LoopStrengthReduce/nested-reduce.ll
Reid Spencer
reid at x10sys.com
Mon Apr 16 10:38:10 PDT 2007
Changes in directory llvm/test/Transforms/LoopStrengthReduce:
nested-reduce.ll updated: 1.3 -> 1.4
---
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: (+0 -1)
nested-reduce.ll | 1 -
1 files changed, 1 deletion(-)
Index: llvm/test/Transforms/LoopStrengthReduce/nested-reduce.ll
diff -u llvm/test/Transforms/LoopStrengthReduce/nested-reduce.ll:1.3 llvm/test/Transforms/LoopStrengthReduce/nested-reduce.ll:1.4
--- llvm/test/Transforms/LoopStrengthReduce/nested-reduce.ll:1.3 Sun Dec 31 00:01:59 2006
+++ llvm/test/Transforms/LoopStrengthReduce/nested-reduce.ll Mon Apr 16 12:36:07 2007
@@ -1,4 +1,3 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt -loop-reduce &&
; RUN: llvm-upgrade < %s | llvm-as | opt -loop-reduce | llvm-dis | not grep mul
; Make sure we don't get a multiply by 6 in this loop.
More information about the llvm-commits
mailing list