Removed unnecessary Mangler creation.

llvm-svn: 30239
This commit is contained in:
Anton Korobeynikov 2006-09-10 21:17:03 +00:00
parent 33ce390fce
commit fbee8bfe48
1 changed files with 0 additions and 1 deletions

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
}