commit | 8799dbe5b7be2e959047caf88ce97a04a3526856 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Mon Jul 13 23:44:01 2009 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Mon Jul 13 23:44:01 2009 +0000 |
tree | e4814e0fc977dffd49ec45d7c25a4a3736ab6ea7 | |
parent | ec9aa7eb95fcc10e06cdaffea28f50654307755d [diff] [blame] |
Revert an accidental commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75553 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/LLVMTargetMachine.cpp b/lib/CodeGen/LLVMTargetMachine.cpp index 196d7d9..d7fde5f 100644 --- a/lib/CodeGen/LLVMTargetMachine.cpp +++ b/lib/CodeGen/LLVMTargetMachine.cpp
@@ -257,7 +257,7 @@ if (OptLevel != CodeGenOpt::None) { PM.add(createMachineLICMPass()); PM.add(createMachineSinkingPass()); - printAndVerify(PM, /* allowDoubleDefs= */ false); + printAndVerify(PM, /* allowDoubleDefs= */ true); } // Run pre-ra passes.