aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LICM
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-05-08 07:49:07 +0000
committerBill Wendling <isanbard@gmail.com>2007-05-08 07:49:07 +0000
commite8a9054a507822baaf19759d8b616e1f7af2eff7 (patch)
tree4a0f7914787b1551e693dfcdf23f7f2899c6630f /test/Transforms/LICM
parenta18624057f40bdfcc0d7eb3238ddd02381ec4cd2 (diff)
downloadexternal_llvm-e8a9054a507822baaf19759d8b616e1f7af2eff7.zip
external_llvm-e8a9054a507822baaf19759d8b616e1f7af2eff7.tar.gz
external_llvm-e8a9054a507822baaf19759d8b616e1f7af2eff7.tar.bz2
Spare '&' in the RUN line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36933 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LICM')
-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 7bc4f06..5aaebe5 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