diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-03-09 04:04:38 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-03-09 04:04:38 +0000 |
commit | 251787686b790c70c396dbef7d17e60ff4710793 (patch) | |
tree | 62e611c09304521bf2309a8739ac45fd6100b910 /llvm/lib/CodeGen/LLVMTargetMachine.cpp | |
parent | 7c699f92cd54a82d5abe7cb9db1d2d24c56f2690 (diff) | |
download | bcm5719-llvm-251787686b790c70c396dbef7d17e60ff4710793.tar.gz bcm5719-llvm-251787686b790c70c396dbef7d17e60ff4710793.zip |
Revert accidental commit.
llvm-svn: 98045
Diffstat (limited to 'llvm/lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LLVMTargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp index 03dd152d8cf..130fd8e0641 100644 --- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp +++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp @@ -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()); |