From: Evan Cheng Date: Sat, 25 Feb 2006 10:15:22 +0000 (+0000) Subject: lea.ll is XFAIL until we implement convertToThreeAddress. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c6d80a4ecfa0345607f7466c7f285831f370b516;p=oota-llvm.git 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 --- diff --git a/test/CodeGen/X86/lea.ll b/test/CodeGen/X86/lea.ll index 07cb1805e83..8c231b11026 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