From d5ae5b018644345ba0fc48a47030ef1105e1abfd Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sun, 17 Nov 2013 10:40:03 +0000 Subject: 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 --- test/CodeGen/X86/xor.ll | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/CodeGen/X86/xor.ll b/test/CodeGen/X86/xor.ll index be2ea52..fd8e1b4 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 } -- cgit v1.1