forked from OSchip/llvm-project
parent
a5528e89fd
commit
991b5e9457
|
@ -178,9 +178,6 @@ SparcV9TargetMachine::addPassesToEmitAssembly(PassManager &PM, std::ostream &Out
|
|||
PM.add(createPreSelectionPass(*this));
|
||||
PM.add(createLowerSelectPass());
|
||||
|
||||
// Clean up after pre-selection.
|
||||
PM.add(createReassociatePass());
|
||||
|
||||
// If the user's trying to read the generated code, they'll need to see the
|
||||
// transformed input.
|
||||
if (PrintMachineCode)
|
||||
|
@ -267,9 +264,6 @@ void SparcV9JITInfo::addPassesToJITCompile(FunctionPassManager &PM) {
|
|||
PM.add(createPreSelectionPass(TM));
|
||||
PM.add(createLowerSelectPass());
|
||||
|
||||
// Clean up after pre-selection.
|
||||
PM.add(createReassociatePass());
|
||||
|
||||
// If the user's trying to read the generated code, they'll need to see the
|
||||
// transformed input.
|
||||
if (PrintMachineCode)
|
||||
|
|
Loading…
Reference in New Issue