diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/iabs.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/iabs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/iabs.ll b/llvm/test/CodeGen/X86/iabs.ll index 32c3d8149ea..95b0328ee73 100644 --- a/llvm/test/CodeGen/X86/iabs.ll +++ b/llvm/test/CodeGen/X86/iabs.ll @@ -41,7 +41,7 @@ define i16 @test_i16(i16 %a) nounwind { ; X86-NO-CMOV-NEXT: sarw $15, %cx ; X86-NO-CMOV-NEXT: addl %ecx, %eax ; X86-NO-CMOV-NEXT: xorl %ecx, %eax -; X86-NO-CMOV-NEXT: # kill: %ax<def> %ax<kill> %eax<kill> +; X86-NO-CMOV-NEXT: # kill: def %ax killed %ax killed %eax ; X86-NO-CMOV-NEXT: retl ; ; X86-CMOV-LABEL: test_i16: |