The AsmPrinter base class contains a DwarfWriter member, so there's no need
authorBob Wilson <bob.wilson@apple.com>
Wed, 30 Sep 2009 21:24:45 +0000 (21:24 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 30 Sep 2009 21:24:45 +0000 (21:24 +0000)
commitb6e4742da7ecada32ba8d018f7292a837d5d90a9
tree66ecc63e186b5d335af75102004bd384da7fce1a
parent1fb613c43de4dc6d6955be6054a7300de8f2d79b
The AsmPrinter base class contains a DwarfWriter member, so there's no need
for derived AsmPrinters to add another one.  In some cases, fixing this
removes the need to override the doInitialization method.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83170 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/CellSPU/AsmPrinter/SPUAsmPrinter.cpp
lib/Target/XCore/AsmPrinter/XCoreAsmPrinter.cpp