mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 16:16:45 +00:00
Revert an accidental commit.
llvm-svn: 75553
This commit is contained in:
parent
a7fc4621cd
commit
7c051b0c6f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user