[llvm-commits] CVS: llvm/test/Transforms/LICM/scalar_promote.ll

Reid Spencer reid at x10sys.com
Mon Apr 16 08:16:37 PDT 2007



Changes in directory llvm/test/Transforms/LICM:

scalar_promote.ll updated: 1.4 -> 1.5
---
Log message:

For PR1319: http://llvm.org/PR1319 :
Fix test syntax per new rules.


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

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


Index: llvm/test/Transforms/LICM/scalar_promote.ll
diff -u llvm/test/Transforms/LICM/scalar_promote.ll:1.4 llvm/test/Transforms/LICM/scalar_promote.ll:1.5
--- llvm/test/Transforms/LICM/scalar_promote.ll:1.4	Fri Dec  1 22:23:09 2006
+++ llvm/test/Transforms/LICM/scalar_promote.ll	Mon Apr 16 10:15:52 2007
@@ -1,4 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt  -licm -stats 2>&1 | grep "memory locations promoted to register"
+; RUN: llvm-upgrade < %s | llvm-as | opt  -licm -stats |& \
+; RUN:   grep {memory locations promoted to register}
 
 %X = global int 7
 






More information about the llvm-commits mailing list