mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
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:
parent
6a26847715
commit
f369dd26fb
@ -201,7 +201,6 @@ void ARMAsmPrinter::printCCOperand(const MachineInstr *MI, int opNum) {
|
||||
}
|
||||
|
||||
bool ARMAsmPrinter::doInitialization(Module &M) {
|
||||
Mang = new Mangler(M);
|
||||
return false; // success
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user