mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-12 12:33:17 +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) {
|
if (OptLevel != CodeGenOpt::None) {
|
||||||
PM.add(createMachineLICMPass());
|
PM.add(createMachineLICMPass());
|
||||||
PM.add(createMachineSinkingPass());
|
PM.add(createMachineSinkingPass());
|
||||||
printAndVerify(PM, /* allowDoubleDefs= */ false);
|
printAndVerify(PM, /* allowDoubleDefs= */ true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Run pre-ra passes.
|
// Run pre-ra passes.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user