summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/urem-i8-constant.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/urem-i8-constant.ll')
-rw-r--r--test/CodeGen/X86/urem-i8-constant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/urem-i8-constant.ll b/test/CodeGen/X86/urem-i8-constant.ll
index 7405a48de78..3e0ed75fc49 100644
--- a/test/CodeGen/X86/urem-i8-constant.ll
+++ b/test/CodeGen/X86/urem-i8-constant.ll
@@ -11,7 +11,7 @@ define i8 @foo(i8 %tmp325) {
; CHECK-NEXT: shrl $12, %eax
; CHECK-NEXT: movzwl %ax, %eax
; CHECK-NEXT: movb $37, %dl
-; CHECK-NEXT: # kill: %al<def> %al<kill> %eax<kill>
+; CHECK-NEXT: # kill: def %al killed %al killed %eax
; CHECK-NEXT: mulb %dl
; CHECK-NEXT: subb %al, %cl
; CHECK-NEXT: movl %ecx, %eax