commit | 66c7e26156e67deb9dcf46a5697e70c9ebd112c2 | [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 | 1066a488193af0d470c259deeb41994d9c0a92ad [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.