summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-28 16:39:56 +0000
committerChris Lattner <sabre@nondot.org>2006-02-28 16:39:56 +0000
commit7adf72a5e484d68cb1f04a9706a85233dfadf574 (patch)
treee2d13ba784ecf10eed1076b7d958985c203881af
parentbf751e2d6f3779b78c9a00fb9887e1b25faa880c (diff)
downloadllvm-7adf72a5e484d68cb1f04a9706a85233dfadf574.tar.gz
llvm-7adf72a5e484d68cb1f04a9706a85233dfadf574.tar.bz2
llvm-7adf72a5e484d68cb1f04a9706a85233dfadf574.tar.xz
evan's recent x86 isel improvements have fixed this, though not in the way
originally envisioned :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26422 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/overlap-shift.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGen/X86/overlap-shift.ll b/test/CodeGen/X86/overlap-shift.ll
index 799768dfd7..cf5e897632 100644
--- a/test/CodeGen/X86/overlap-shift.ll
+++ b/test/CodeGen/X86/overlap-shift.ll
@@ -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) {