[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/lea.ll

Evan Cheng evan.cheng at apple.com
Sat Feb 25 02:15:36 PST 2006



Changes in directory llvm/test/Regression/CodeGen/X86:

lea.ll updated: 1.1 -> 1.2
---
Log message:

lea.ll is XFAIL until we implement convertToThreeAddress.

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

 lea.ll |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/test/Regression/CodeGen/X86/lea.ll
diff -u llvm/test/Regression/CodeGen/X86/lea.ll:1.1 llvm/test/Regression/CodeGen/X86/lea.ll:1.2
--- llvm/test/Regression/CodeGen/X86/lea.ll:1.1	Wed Feb 22 18:12:12 2006
+++ llvm/test/Regression/CodeGen/X86/lea.ll	Sat Feb 25 04:15:22 2006
@@ -1,5 +1,7 @@
 ; RUN: llvm-as < %s | llc -march=x86 | grep lea
 
+; XFAIL: *
+
 %G = weak global int 0
 int %test1(int* %P, int %X) {
 	%tmp.1 = getelementptr int* %P, int %X






More information about the llvm-commits mailing list