mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-02 10:33:53 +00:00
Revert an accidental commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75553 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ec9aa7eb95
commit
8799dbe5b7
@ -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…
x
Reference in New Issue
Block a user