summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/remat-mov-0.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-01-11 21:13:41 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-01-11 21:13:41 +0000
commit05920b8146558f5e3141a886cd2a00281b10222a (patch)
treea2c8ac33c63e55002a8b028c1d6de59e2a891202 /test/CodeGen/X86/remat-mov-0.ll
parentdd437ba15e00d1a137e0c6e3ca1ff213ed6a2aa0 (diff)
Revert 93158. It's breaking quite a few x86_64 tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93185 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/remat-mov-0.ll')
-rw-r--r--test/CodeGen/X86/remat-mov-0.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/remat-mov-0.ll b/test/CodeGen/X86/remat-mov-0.ll
index c4f768ca529..4c96cb4e8ac 100644
--- a/test/CodeGen/X86/remat-mov-0.ll
+++ b/test/CodeGen/X86/remat-mov-0.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s -march=x86-64 | grep {xorl %edi, %edi} | count 4
+; XFAIL: *
; CodeGen should remat the zero instead of spilling it.