summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/imul.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/imul.ll')
-rw-r--r--test/CodeGen/X86/imul.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/imul.ll b/test/CodeGen/X86/imul.ll
index a3322aff205..ff7df4f6b13 100644
--- a/test/CodeGen/X86/imul.ll
+++ b/test/CodeGen/X86/imul.ll
@@ -218,7 +218,7 @@ entry:
define i32 @test2(i32 %a) {
; X64-LABEL: test2:
; X64: # %bb.0: # %entry
-; X64-NEXT: # kill: %edi<def> %edi<kill> %rdi<def>
+; X64-NEXT: # kill: def %edi killed %edi def %rdi
; X64-NEXT: movl %edi, %eax
; X64-NEXT: shll $5, %eax
; X64-NEXT: leal (%rax,%rdi), %eax
@@ -239,7 +239,7 @@ entry:
define i32 @test3(i32 %a) {
; X64-LABEL: test3:
; X64: # %bb.0: # %entry
-; X64-NEXT: # kill: %edi<def> %edi<kill> %rdi<def>
+; X64-NEXT: # kill: def %edi killed %edi def %rdi
; X64-NEXT: movl %edi, %eax
; X64-NEXT: shll $5, %eax
; X64-NEXT: leal (%rax,%rdi), %eax