commit | 7ef1840d9e17f8064c87982a09b99279365db700 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Tue Mar 09 04:04:38 2010 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Tue Mar 09 04:04:38 2010 +0000 |
tree | cf7133d3d505229c1e00097af955213b78a8419a | |
parent | 1552cccc76c62513a1b38dc1d6fac2c11897cebe [diff] [blame] |
Revert accidental commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98045 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/LLVMTargetMachine.cpp b/lib/CodeGen/LLVMTargetMachine.cpp index 03dd152..130fd8e 100644 --- a/lib/CodeGen/LLVMTargetMachine.cpp +++ b/lib/CodeGen/LLVMTargetMachine.cpp
@@ -328,7 +328,7 @@ PM.add(createOptimizeExtsPass()); if (!DisableMachineLICM) PM.add(createMachineLICMPass()); - //if (EnableMachineCSE) + if (EnableMachineCSE) PM.add(createMachineCSEPass()); if (!DisableMachineSink) PM.add(createMachineSinkingPass());