[llvm-commits] CVS: llvm/test/Transforms/LICM/scalar_promote.ll
Chris Lattner
sabre at nondot.org
Tue May 8 13:08:24 PDT 2007
Changes in directory llvm/test/Transforms/LICM:
scalar_promote.ll updated: 1.7 -> 1.8
---
Log message:
add the & back. I'm not sure why bill removed it.
---
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.7 llvm/test/Transforms/LICM/scalar_promote.ll:1.8
--- llvm/test/Transforms/LICM/scalar_promote.ll:1.7 Tue May 8 02:49:07 2007
+++ llvm/test/Transforms/LICM/scalar_promote.ll Tue May 8 15:08:06 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
More information about the llvm-commits
mailing list