1
0
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:
Greg Bedwell 2013-10-09 08:55:27 +00:00
parent f24ecf7862
commit 779f0d60f1

View File

@ -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;