Changes in directory llvm/test/Transforms/LoopUnroll:

2006-08-24-MultiBlockLoop.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:  (+1 -1)

 2006-08-24-MultiBlockLoop.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Transforms/LoopUnroll/2006-08-24-MultiBlockLoop.ll
diff -u llvm/test/Transforms/LoopUnroll/2006-08-24-MultiBlockLoop.ll:1.2 
llvm/test/Transforms/LoopUnroll/2006-08-24-MultiBlockLoop.ll:1.3
--- llvm/test/Transforms/LoopUnroll/2006-08-24-MultiBlockLoop.ll:1.2    Fri Dec 
 1 22:23:09 2006
+++ llvm/test/Transforms/LoopUnroll/2006-08-24-MultiBlockLoop.ll        Mon Apr 
16 12:36:07 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt -loop-unroll | llvm-dis | grep 
"bb72.2"
+; RUN: llvm-upgrade < %s | llvm-as | opt -loop-unroll | llvm-dis | grep bb72.2
 
 void %vorbis_encode_noisebias_setup() {
 entry:



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to