aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/X86/lea.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/X86/lea.ll b/test/CodeGen/X86/lea.ll
index 07cb180..8c231b1 100644
--- a/test/CodeGen/X86/lea.ll
+++ b/test/CodeGen/X86/lea.ll
@@ -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