diff options
-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 |