From: Evan Cheng Date: Mon, 13 Jul 2009 23:44:01 +0000 (+0000) Subject: Revert an accidental commit. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8799dbe5b7be2e959047caf88ce97a04a3526856;p=oota-llvm.git 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 196d7d9e1eb..d7fde5f90a9 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.