[llvm-commits] CVS: llvm/test/Transforms/LICM/scalar_promote.ll
Bill Wendling
isanbard at gmail.com
Tue May 8 00:49:37 PDT 2007
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
More information about the llvm-commits
mailing list