diff options
Diffstat (limited to 'test/CodeGen/X86/xor.ll')
-rw-r--r-- | test/CodeGen/X86/xor.ll | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |