summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/divrem8_ext.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/divrem8_ext.ll')
-rw-r--r--test/CodeGen/X86/divrem8_ext.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/X86/divrem8_ext.ll b/test/CodeGen/X86/divrem8_ext.ll
index fc516001aa59..7521156a370e 100644
--- a/test/CodeGen/X86/divrem8_ext.ll
+++ b/test/CodeGen/X86/divrem8_ext.ll
@@ -206,8 +206,7 @@ define i64 @pr25754(i8 %a, i8 %c) {
; X32-NEXT: movzbl %ah, %ecx # NOREX
; X32-NEXT: movzbl %al, %eax
; X32-NEXT: addl %ecx, %eax
-; X32-NEXT: sbbl %edx, %edx
-; X32-NEXT: andl $1, %edx
+; X32-NEXT: xorl %edx, %edx
; X32-NEXT: retl
;
; X64-LABEL: pr25754: