summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-05 10:09:41 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-05 10:09:41 +0000
commit61ae7b7869218b807b33a529aecbf68742e9a5a3 (patch)
treed95258cf02dd948d02ccc15b38d03ae1df2473e1 /llvm
parentf8094e4719e0388103b239ff7bc7d840ed305636 (diff)
downloadbcm5719-llvm-61ae7b7869218b807b33a529aecbf68742e9a5a3.tar.gz
bcm5719-llvm-61ae7b7869218b807b33a529aecbf68742e9a5a3.zip
Make the RUN: line readable.
llvm-svn: 33906
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/overlap-add.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/overlap-add.ll b/llvm/test/CodeGen/X86/overlap-add.ll
index a7150d21e36..354dcc6fe6f 100644
--- a/llvm/test/CodeGen/X86/overlap-add.ll
+++ b/llvm/test/CodeGen/X86/overlap-add.ll
@@ -6,7 +6,8 @@
; Check that the shift gets turned into an LEA.
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | not grep 'mov E.X, E.X'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | \
+; RUN: not grep 'mov E.X, E.X'
; FIXME: We need live variable information about flags to do this xform safely. :(
; XFAIL: *
OpenPOWER on IntegriCloud