forked from OSchip/llvm-project
Remove extra call to DW.SetModuleInfo on Linux.
llvm-svn: 53365
This commit is contained in:
parent
f76138c71f
commit
ca43dce1e8
|
@ -565,7 +565,6 @@ void PPCAsmPrinter::printMachineInstruction(const MachineInstr *MI) {
|
|||
/// method to print assembly for each instruction.
|
||||
///
|
||||
bool LinuxAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
|
||||
DW.SetModuleInfo(&getAnalysis<MachineModuleInfo>());
|
||||
|
||||
SetupMachineFunction(MF);
|
||||
O << "\n\n";
|
||||
|
|
Loading…
Reference in New Issue