summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/overlap-shift.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/overlap-shift.ll')
-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) {