diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-01-11 21:13:41 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-01-11 21:13:41 +0000 |
commit | 05920b8146558f5e3141a886cd2a00281b10222a (patch) | |
tree | a2c8ac33c63e55002a8b028c1d6de59e2a891202 /test | |
parent | dd437ba15e00d1a137e0c6e3ca1ff213ed6a2aa0 (diff) | |
download | external_llvm-05920b8146558f5e3141a886cd2a00281b10222a.zip external_llvm-05920b8146558f5e3141a886cd2a00281b10222a.tar.gz external_llvm-05920b8146558f5e3141a886cd2a00281b10222a.tar.bz2 |
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')
-rw-r--r-- | test/CodeGen/X86/remat-mov-0.ll | 1 |
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 c4f768c..4c96cb4 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. |