diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2008-02-20 02:38:58 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2008-02-20 02:38:58 +0000 |
| commit | 0aa9f2a7f3808308598b5054b5e692981a58d5b3 (patch) | |
| tree | b5a7c66057d6bf0c2043190f6c6476d5a9ac8972 | |
| parent | 7626ab33d8fa906f072708cb10e47e28b6fe29bf (diff) | |
| download | bcm5719-llvm-0aa9f2a7f3808308598b5054b5e692981a58d5b3.tar.gz bcm5719-llvm-0aa9f2a7f3808308598b5054b5e692981a58d5b3.zip | |
XFAIL this for now.
llvm-svn: 47355
| -rw-r--r-- | llvm/test/CodeGen/X86/test-nofold.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/test-nofold.ll b/llvm/test/CodeGen/X86/test-nofold.ll index a24a9a0940a..7ee8eb0b9c2 100644 --- a/llvm/test/CodeGen/X86/test-nofold.ll +++ b/llvm/test/CodeGen/X86/test-nofold.ll @@ -1,5 +1,6 @@ ; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | grep {testl.*%e.x.*%e.x} ; rdar://5752025 +; XFAIL: * ; We don't want to fold the and into the test, because the and clobbers its ; input forcing a copy. We want: |

