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)
commit94404e8097e1a1b39e6e25f89ed5e7542d929ee2
tree3c96eba7bfb4e9dd3a41dc20840e41b096438b5f
parent69e4c2fc866dbad2b04ad976f9df90216e7adbe1
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243856 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DIE.cpp