mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 00:21:03 +00:00
Test commit. Remove whitespace from otherwise empty lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192284 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -417,7 +417,7 @@ struct BreakpointPrinter : public ModulePass {
|
|||||||
AU.setPreservesAll();
|
AU.setPreservesAll();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
} // anonymous namespace
|
} // anonymous namespace
|
||||||
|
|
||||||
char BreakpointPrinter::ID = 0;
|
char BreakpointPrinter::ID = 0;
|
||||||
@@ -460,7 +460,7 @@ static void AddOptimizationPasses(PassManagerBase &MPM,FunctionPassManager &FPM,
|
|||||||
Builder.DisableUnitAtATime = !UnitAtATime;
|
Builder.DisableUnitAtATime = !UnitAtATime;
|
||||||
Builder.DisableUnrollLoops = (DisableLoopUnrolling.getNumOccurrences() > 0) ?
|
Builder.DisableUnrollLoops = (DisableLoopUnrolling.getNumOccurrences() > 0) ?
|
||||||
DisableLoopUnrolling : OptLevel == 0;
|
DisableLoopUnrolling : OptLevel == 0;
|
||||||
|
|
||||||
Builder.LoopVectorize = OptLevel > 1 && SizeLevel < 2;
|
Builder.LoopVectorize = OptLevel > 1 && SizeLevel < 2;
|
||||||
Builder.SLPVectorize = true;
|
Builder.SLPVectorize = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user