mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-25 15:41:05 +00:00
Chris is a pain ;) Removing reassociate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19005 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
78943f7edf
commit
acd6782470
@ -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…
x
Reference in New Issue
Block a user