mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 07:39:31 +00:00
evan's recent x86 isel improvements have fixed this, though not in the way
originally envisioned :) llvm-svn: 26422
This commit is contained in:
parent
9f70a7924d
commit
bae1b3cab9
@ -8,9 +8,6 @@
|
||||
|
||||
; 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) {
|
||||
|
Loading…
Reference in New Issue
Block a user