Revert accidental commit.

llvm-svn: 98045
This commit is contained in:
Evan Cheng 2010-03-09 04:04:38 +00:00
parent 7c699f92cd
commit 251787686b
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ bool LLVMTargetMachine::addCommonCodeGenPasses(PassManagerBase &PM,
PM.add(createOptimizeExtsPass());
if (!DisableMachineLICM)
PM.add(createMachineLICMPass());
//if (EnableMachineCSE)
if (EnableMachineCSE)
PM.add(createMachineCSEPass());
if (!DisableMachineSink)
PM.add(createMachineSinkingPass());