[llvm] r192284 - Test commit. Remove whitespace from otherwise empty lines.
Greg Bedwell
greg_bedwell at sn.scee.net
Wed Oct 9 01:55:28 PDT 2013
Author: gbedwell
Date: Wed Oct 9 03:55:27 2013
New Revision: 192284
URL: http://llvm.org/viewvc/llvm-project?rev=192284&view=rev
Log:
Test commit. Remove whitespace from otherwise empty lines.
Modified:
llvm/trunk/tools/opt/opt.cpp
Modified: llvm/trunk/tools/opt/opt.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/opt/opt.cpp?rev=192284&r1=192283&r2=192284&view=diff
==============================================================================
--- llvm/trunk/tools/opt/opt.cpp (original)
+++ llvm/trunk/tools/opt/opt.cpp Wed Oct 9 03:55:27 2013
@@ -417,7 +417,7 @@ struct BreakpointPrinter : public Module
AU.setPreservesAll();
}
};
-
+
} // anonymous namespace
char BreakpointPrinter::ID = 0;
@@ -460,7 +460,7 @@ static void AddOptimizationPasses(PassMa
Builder.DisableUnitAtATime = !UnitAtATime;
Builder.DisableUnrollLoops = (DisableLoopUnrolling.getNumOccurrences() > 0) ?
DisableLoopUnrolling : OptLevel == 0;
-
+
Builder.LoopVectorize = OptLevel > 1 && SizeLevel < 2;
Builder.SLPVectorize = true;
More information about the llvm-commits
mailing list