summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/shift-double.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/shift-double.ll')
-rw-r--r--test/CodeGen/X86/shift-double.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/shift-double.ll b/test/CodeGen/X86/shift-double.ll
index 0ca04eff661..f7ea2e339c3 100644
--- a/test/CodeGen/X86/shift-double.ll
+++ b/test/CodeGen/X86/shift-double.ll
@@ -278,7 +278,7 @@ define i32 @test11(i32 %hi, i32 %lo, i32 %bits) nounwind {
; X86-NEXT: movl {{[0-9]+}}(%esp), %eax
; X86-NEXT: movl {{[0-9]+}}(%esp), %ecx
; X86-NEXT: andl $31, %ecx
-; X86-NEXT: # kill: %cl<def> %cl<kill> %ecx<kill>
+; X86-NEXT: # kill: def %cl killed %cl killed %ecx
; X86-NEXT: shldl %cl, %edx, %eax
; X86-NEXT: retl
;
@@ -304,7 +304,7 @@ define i32 @test12(i32 %hi, i32 %lo, i32 %bits) nounwind {
; X86-NEXT: movl {{[0-9]+}}(%esp), %eax
; X86-NEXT: movl {{[0-9]+}}(%esp), %ecx
; X86-NEXT: andl $31, %ecx
-; X86-NEXT: # kill: %cl<def> %cl<kill> %ecx<kill>
+; X86-NEXT: # kill: def %cl killed %cl killed %ecx
; X86-NEXT: shrdl %cl, %edx, %eax
; X86-NEXT: retl
;