[llvm-commits] CVS: llvm/test/Transforms/GCSE/vectorops.ll

Reid Spencer reid at x10sys.com
Mon Apr 16 10:38:09 PDT 2007



Changes in directory llvm/test/Transforms/GCSE:

vectorops.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:  (+2 -2)

 vectorops.ll |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/Transforms/GCSE/vectorops.ll
diff -u llvm/test/Transforms/GCSE/vectorops.ll:1.2 llvm/test/Transforms/GCSE/vectorops.ll:1.3
--- llvm/test/Transforms/GCSE/vectorops.ll:1.2	Fri Dec  1 22:23:09 2006
+++ llvm/test/Transforms/GCSE/vectorops.ll	Mon Apr 16 12:36:07 2007
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt -gcse -instcombine -disable-output &&
-; RUN: llvm-upgrade < %s | llvm-as | opt -gcse -instcombine | llvm-dis | not grep sub
+; RUN: llvm-upgrade < %s | llvm-as | opt -gcse -instcombine | \
+; RUN:   llvm-dis | not grep sub
 
 uint %test_extractelement(<4 x uint> %V) {
         %R = extractelement <4 x uint> %V, uint 1






More information about the llvm-commits mailing list