Spare '&' in the RUN line.
authorBill Wendling <isanbard@gmail.com>
Tue, 8 May 2007 07:49:07 +0000 (07:49 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 8 May 2007 07:49:07 +0000 (07:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36933 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LICM/scalar_promote.ll

index 7bc4f065ef9f3ae4f885094cb4552df8a4c472e2..5aaebe56aaedc22616014674588e9f65f71b9a1c 100644 (file)
@@ -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