Run LICM before GCSE!

llvm-svn: 4135
This commit is contained in:
Vikram S. Adve 2002-10-13 00:34:10 +00:00
parent 10d8164013
commit 05ee0819a7
1 changed files with 1 additions and 1 deletions

View File

@ -130,8 +130,8 @@ TargetMachine::addPassesToEmitAssembly(PassManager &PM, std::ostream &Out)
{
PM.add(createPreSelectionPass(*this));
/* PM.add(createReassociatePass()); */
PM.add(createGCSEPass());
PM.add(createLICMPass());
PM.add(createGCSEPass());
}
PM.add(createInstructionSelectionPass(*this));