AsmPrinter: Split out non-DIE printing from DIE::print(), NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 2 Aug 2015 20:46:49 +0000 (20:46 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 2 Aug 2015 20:46:49 +0000 (20:46 +0000)
commitc582114d4c67afae86186994e0e9607199a0cf9f
tree7637bd13118d38f26b786a15679fe335d7745255
parent55a868a0f6c57e909c16364fa25614cb9d560947
AsmPrinter: Split out non-DIE printing from DIE::print(), NFC

Split out a helper `printValues()` for printing `DIEBlock` and `DIELoc`,
instead of relying on `DIE::print()`.  The shared code was actually
fairly small there.  No functionality change intended.

llvm-svn: 243856
llvm/lib/CodeGen/AsmPrinter/DIE.cpp