summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-11-17 10:40:03 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-11-17 10:40:03 +0000
commitd5ae5b018644345ba0fc48a47030ef1105e1abfd (patch)
treed369ca3c84d4e1e93c9f10214fdb4af56a607007 /test
parente5a694ab578416d8d280836937c7d2714b1a83e6 (diff)
downloadllvm-d5ae5b018644345ba0fc48a47030ef1105e1abfd.tar.gz
llvm-d5ae5b018644345ba0fc48a47030ef1105e1abfd.tar.bz2
llvm-d5ae5b018644345ba0fc48a47030ef1105e1abfd.tar.xz
DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal constants.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194959 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/xor.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/X86/xor.ll b/test/CodeGen/X86/xor.ll
index be2ea525b1..fd8e1b4ceb 100644
--- a/test/CodeGen/X86/xor.ll
+++ b/test/CodeGen/X86/xor.ll
@@ -178,4 +178,6 @@ define i32 @PR17487(i1 %tobool) {
; X64-LABEL: PR17487:
; X64: andn
+; X32-LABEL: PR17487:
+; X32: andn
}