[llvm-commits] CVS: llvm/test/CodeGen/X86/overlap-add.ll

Reid Spencer reid at x10sys.com
Mon Feb 5 02:09:57 PST 2007



Changes in directory llvm/test/CodeGen/X86:

overlap-add.ll updated: 1.5 -> 1.6
---
Log message:

Make the RUN: line readable.


---
Diffs of the changes:  (+2 -1)

 overlap-add.ll |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/test/CodeGen/X86/overlap-add.ll
diff -u llvm/test/CodeGen/X86/overlap-add.ll:1.5 llvm/test/CodeGen/X86/overlap-add.ll:1.6
--- llvm/test/CodeGen/X86/overlap-add.ll:1.5	Fri Dec  1 22:23:08 2006
+++ llvm/test/CodeGen/X86/overlap-add.ll	Mon Feb  5 04:09:41 2007
@@ -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: *






More information about the llvm-commits mailing list