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
This commit is contained in:
Evan Cheng 2006-02-25 10:15:22 +00:00
parent 51a9ed9b41
commit c6d80a4ecf

View 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