aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-08 20:08:06 +0000
committerChris Lattner <sabre@nondot.org>2007-05-08 20:08:06 +0000
commita7a5bad38ca2073875d3bf725c985148f50b56cb (patch)
tree8f227ab7a6637fdeb6439ebc3f8a11c95dcdb390 /test
parente23e00ddeac6d45158a725492740f3a405c07717 (diff)
downloadexternal_llvm-a7a5bad38ca2073875d3bf725c985148f50b56cb.zip
external_llvm-a7a5bad38ca2073875d3bf725c985148f50b56cb.tar.gz
external_llvm-a7a5bad38ca2073875d3bf725c985148f50b56cb.tar.bz2
add the & back. I'm not sure why bill removed it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36945 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/LICM/scalar_promote.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/scalar_promote.ll b/test/Transforms/LICM/scalar_promote.ll
index 5aaebe5..7bc4f06 100644
--- a/test/Transforms/LICM/scalar_promote.ll
+++ b/test/Transforms/LICM/scalar_promote.ll
@@ -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