diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-02-28 07:46:38 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-02-28 07:46:38 +0000 |
commit | 9d8941467c39a4bf7f3f0640521f726130206d69 (patch) | |
tree | f77d176ea257d8662d208c1f89319e5522f91fd8 /test | |
parent | 7f6ade38ab2d9fb479f9e7dfa186d80a3bc106aa (diff) | |
download | external_llvm-9d8941467c39a4bf7f3f0640521f726130206d69.zip external_llvm-9d8941467c39a4bf7f3f0640521f726130206d69.tar.gz external_llvm-9d8941467c39a4bf7f3f0640521f726130206d69.tar.bz2 |
Set to default: x86 no longer fold and into test if it has more than one use.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47711 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/test-nofold.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/test-nofold.ll b/test/CodeGen/X86/test-nofold.ll index 7ee8eb0..a24a9a0 100644 --- a/test/CodeGen/X86/test-nofold.ll +++ b/test/CodeGen/X86/test-nofold.ll @@ -1,6 +1,5 @@ ; 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: |