lea.ll is XFAIL until we implement convertToThreeAddress.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 25 Feb 2006 10:15:22 +0000 (10:15 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 25 Feb 2006 10:15:22 +0000 (10:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26377 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/lea.ll

index 07cb1805e83fe2e58ee579ee60a55b9aef13255f..8c231b11026c3903d363762102441e9713d4fa45 100644 (file)
@@ -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