mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Test commit. Remove whitespace from otherwise empty lines.
llvm-svn: 192284
This commit is contained in:
parent
f24ecf7862
commit
779f0d60f1
@ -417,7 +417,7 @@ struct BreakpointPrinter : public ModulePass {
|
||||
AU.setPreservesAll();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
} // anonymous namespace
|
||||
|
||||
char BreakpointPrinter::ID = 0;
|
||||
@ -460,7 +460,7 @@ static void AddOptimizationPasses(PassManagerBase &MPM,FunctionPassManager &FPM,
|
||||
Builder.DisableUnitAtATime = !UnitAtATime;
|
||||
Builder.DisableUnrollLoops = (DisableLoopUnrolling.getNumOccurrences() > 0) ?
|
||||
DisableLoopUnrolling : OptLevel == 0;
|
||||
|
||||
|
||||
Builder.LoopVectorize = OptLevel > 1 && SizeLevel < 2;
|
||||
Builder.SLPVectorize = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user