aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LLVMTargetMachine.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-07-13 23:44:01 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-07-13 23:44:01 +0000
commit8799dbe5b7be2e959047caf88ce97a04a3526856 (patch)
treee4814e0fc977dffd49ec45d7c25a4a3736ab6ea7 /lib/CodeGen/LLVMTargetMachine.cpp
parentec9aa7eb95fcc10e06cdaffea28f50654307755d (diff)
Revert an accidental commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75553 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r--lib/CodeGen/LLVMTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LLVMTargetMachine.cpp b/lib/CodeGen/LLVMTargetMachine.cpp
index 196d7d9e1e..d7fde5f90a 100644
--- a/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/lib/CodeGen/LLVMTargetMachine.cpp
@@ -257,7 +257,7 @@ bool LLVMTargetMachine::addCommonCodeGenPasses(PassManagerBase &PM,
if (OptLevel != CodeGenOpt::None) {
PM.add(createMachineLICMPass());
PM.add(createMachineSinkingPass());
- printAndVerify(PM, /* allowDoubleDefs= */ false);
+ printAndVerify(PM, /* allowDoubleDefs= */ true);
}
// Run pre-ra passes.