Print out an informative comment for KILL instructions.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 4 Nov 2009 19:24:37 +0000 (19:24 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 4 Nov 2009 19:24:37 +0000 (19:24 +0000)
commitad68264f590f05db3731a452fc91dc22bc75167d
tree9dbb8109fb347bbc1b5738fa38cf11110c6e3a84
parent0fb7e18edd49f8df705a27e789eb925e18d4f44e
Print out an informative comment for KILL instructions.

The KILL pseudo-instruction may survive to the asm printer pass, just like the IMPLICIT_DEF. Print the KILL as a comment instead of just leaving a blank line in the output.

With -asm-verbose=0, a blank line is printed, like IMPLICIT?DEF.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86041 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86MCInstLower.cpp