From: Greg Bedwell Date: Wed, 9 Oct 2013 08:55:27 +0000 (+0000) Subject: Test commit. Remove whitespace from otherwise empty lines. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0568ba6e3af7ae7eb3ad7871ad0581c926150c8d;p=oota-llvm.git 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 --- diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 71a9c02b511..0055bb09814 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -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;