fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization.
authorChris Lattner <sabre@nondot.org>
Tue, 21 Jul 2009 17:37:35 +0000 (17:37 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Jul 2009 17:37:35 +0000 (17:37 +0000)
commitd3ffc0617402f3111f55bbb86d2fb121669fe680
treefeec6e3aa100534d0ad8429f5243f4e81eaf1f48
parent74625023a8f6375ef1c2752770d5623641ad1f78
fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization.
This eliminates redundancy setting up the mangler and adds support to them
for module-level inline asm and a .file directive.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76592 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/MSP430/MSP430AsmPrinter.cpp
lib/Target/Sparc/AsmPrinter/SparcAsmPrinter.cpp
lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp