add the & back. I'm not sure why bill removed it.
authorChris Lattner <sabre@nondot.org>
Tue, 8 May 2007 20:08:06 +0000 (20:08 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 May 2007 20:08:06 +0000 (20:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36945 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LICM/scalar_promote.ll

index 5aaebe56aaedc22616014674588e9f65f71b9a1c..7bc4f065ef9f3ae4f885094cb4552df8a4c472e2 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