Changes in directory llvm/test/Transforms/LICM:

scalar_promote.ll updated: 1.6 -> 1.7
---
Log message:

Spare '&' in the RUN line.


---
Diffs of the changes:  (+1 -1)

 scalar_promote.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Transforms/LICM/scalar_promote.ll
diff -u llvm/test/Transforms/LICM/scalar_promote.ll:1.6 
llvm/test/Transforms/LICM/scalar_promote.ll:1.7
--- llvm/test/Transforms/LICM/scalar_promote.ll:1.6     Mon Apr 16 16:57:14 2007
+++ llvm/test/Transforms/LICM/scalar_promote.ll Tue May  8 02:49:07 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt  -licm -stats |& \
+; RUN: llvm-upgrade < %s | llvm-as | opt  -licm -stats | \
 ; RUN:    grep {memory locations promoted to register}
 
 %X = global int 7



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

Reply via email to