aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-02-25 10:15:22 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-02-25 10:15:22 +0000
commitc6d80a4ecfa0345607f7466c7f285831f370b516 (patch)
treec90443c083a138c0ecbd40ab5af41572abda2334 /test
parent51a9ed9b41c881bd485ce76834352eb82c38ee5b (diff)
downloadexternal_llvm-c6d80a4ecfa0345607f7466c7f285831f370b516.zip
external_llvm-c6d80a4ecfa0345607f7466c7f285831f370b516.tar.gz
external_llvm-c6d80a4ecfa0345607f7466c7f285831f370b516.tar.bz2
lea.ll is XFAIL until we implement convertToThreeAddress.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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