Revert an accidental commit.

llvm-svn: 75553
This commit is contained in:
Evan Cheng 2009-07-13 23:44:01 +00:00
parent a7fc4621cd
commit 7c051b0c6f

View File

@ -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.