forked from OSchip/llvm-project
parent
8d0b1b2a82
commit
25ac83565e
|
@ -82,7 +82,7 @@ bool SparcV8TargetMachine::addPassesToEmitAssembly(PassManager &PM,
|
|||
|
||||
// Print LLVM code input to instruction selector:
|
||||
if (PrintMachineCode)
|
||||
PM.add(new PrintModulePass());
|
||||
PM.add(new PrintFunctionPass());
|
||||
|
||||
PM.add(createSparcV8SimpleInstructionSelector(*this));
|
||||
|
||||
|
|
Loading…
Reference in New Issue