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)
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)