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 | 7bdf3396024f3435a6a53de30dec74c26bfbaef1 (patch) | |
tree | 69c9e896c73f07a846197682943aeb77bd657cfd /llvm/test | |
parent | d2a1bee2d44d9293aeb2666a856e5c0292f06f19 (diff) | |
download | bcm5719-llvm-7bdf3396024f3435a6a53de30dec74c26bfbaef1.tar.gz bcm5719-llvm-7bdf3396024f3435a6a53de30dec74c26bfbaef1.zip |
Revert 93158. It's breaking quite a few x86_64 tests.
llvm-svn: 93185
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/X86/remat-mov-0.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/remat-mov-0.ll b/llvm/test/CodeGen/X86/remat-mov-0.ll index c4f768ca529..4c96cb4e8ac 100644 --- a/llvm/test/CodeGen/X86/remat-mov-0.ll +++ b/llvm/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. |