Make the RUN: line readable.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 5 Feb 2007 10:09:41 +0000 (10:09 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 5 Feb 2007 10:09:41 +0000 (10:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33906 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/overlap-add.ll

index a7150d21e361a3c9b858d15ae6f280196a56b7c8..354dcc6fe6f6541d71e419d19e5771e5ff9c0ff1 100644 (file)
@@ -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: *