Removed unnecessary Mangler creation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30239 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov 2006-09-10 21:17:03 +00:00
parent 6a26847715
commit f369dd26fb

View File

@ -201,7 +201,6 @@ void ARMAsmPrinter::printCCOperand(const MachineInstr *MI, int opNum) {
}
bool ARMAsmPrinter::doInitialization(Module &M) {
Mang = new Mangler(M);
return false; // success
}