summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/materialize.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/materialize.ll')
-rw-r--r--llvm/test/CodeGen/X86/materialize.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/materialize.ll b/llvm/test/CodeGen/X86/materialize.ll
index 524f954523d..6e1264b4fd4 100644
--- a/llvm/test/CodeGen/X86/materialize.ll
+++ b/llvm/test/CodeGen/X86/materialize.ll
@@ -125,6 +125,7 @@ entry:
; CHECK32-LABEL: one16:
; CHECK32: xorl %eax, %eax
; CHECK32-NEXT: incl %eax
+; CHECK32-NEXT: # kill
; CHECK32-NEXT: retl
}
@@ -135,6 +136,7 @@ entry:
; CHECK32-LABEL: minus_one16:
; CHECK32: xorl %eax, %eax
; CHECK32-NEXT: decl %eax
+; CHECK32-NEXT: # kill
; CHECK32-NEXT: retl
}
OpenPOWER on IntegriCloud