diff options
author | Chris Lattner <sabre@nondot.org> | 2007-05-08 20:08:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-05-08 20:08:06 +0000 |
commit | a7a5bad38ca2073875d3bf725c985148f50b56cb (patch) | |
tree | 8f227ab7a6637fdeb6439ebc3f8a11c95dcdb390 | |
parent | e23e00ddeac6d45158a725492740f3a405c07717 (diff) |
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
-rw-r--r-- | test/Transforms/LICM/scalar_promote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/scalar_promote.ll b/test/Transforms/LICM/scalar_promote.ll index 5aaebe56aa..7bc4f065ef 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 |