xfail these tests, whcih require more info in the code generator to implement

correctly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19257 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-01-02 19:01:33 +00:00
parent 325a87e3fd
commit 71dbefed4e
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,9 @@
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | not grep 'mov %E.X, %E.X'
; FIXME: We need live variable information about flags to do this xform safely. :(
; XFAIL: *
%G = external global int
int %test1(int %X, int %Y) {

View File

@ -8,6 +8,9 @@
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | not grep 'mov %E.X, %E.X'
; FIXME: We need live variable information about flags to do this xform safely. :(
; XFAIL: *
%G = external global int
int %test1(int %X) {