Files
llvm-6502/include/llvm
Justin Holewinski 43777c3150 Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom comments for implicit defs
For NVPTX, this fixes a crash where the emitImplicitDef implementation was expecting physical registers,
while NVPTX uses virtual registers (with a couple of exceptions).  Now, the implicit def comment will be
emitted as a true PTX register name. Other targets can use this to customize the output of implicit def
comments.

Fixes PR17519

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192444 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-11 12:39:36 +00:00
..
2013-08-23 11:53:55 +00:00
2013-10-07 13:54:50 +00:00
2013-10-08 13:08:17 +00:00
2013-10-10 20:24:53 +00:00
2013-05-04 05:05:18 +00:00