mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-04 16:54:12 +00:00
Fix comments, help messages.
llvm-svn: 56282
This commit is contained in:
parent
4bef47e8c3
commit
f08b10b15d
@ -99,11 +99,11 @@ OptLevelO3("O3",
|
|||||||
|
|
||||||
static cl::opt<bool>
|
static cl::opt<bool>
|
||||||
UnitAtATime("funit-at-a-time",
|
UnitAtATime("funit-at-a-time",
|
||||||
cl::desc("Enable IPO. This is same is llvm-gcc's -funit-at-a-time"));
|
cl::desc("Enable IPO. This is same as llvm-gcc's -funit-at-a-time"));
|
||||||
|
|
||||||
static cl::opt<bool>
|
static cl::opt<bool>
|
||||||
DisableSimplifyLibCalls("disable-simplify-libcalls",
|
DisableSimplifyLibCalls("disable-simplify-libcalls",
|
||||||
cl::desc("Disable simplify libcalls"));
|
cl::desc("Disable simplify-libcalls"));
|
||||||
|
|
||||||
static cl::opt<bool>
|
static cl::opt<bool>
|
||||||
Quiet("q", cl::desc("Obsolete option"), cl::Hidden);
|
Quiet("q", cl::desc("Obsolete option"), cl::Hidden);
|
||||||
@ -263,8 +263,6 @@ inline void addPass(PassManager &PM, Pass *P) {
|
|||||||
/// duplicates llvm-gcc behaviour.
|
/// duplicates llvm-gcc behaviour.
|
||||||
///
|
///
|
||||||
/// OptLevel - Optimization Level
|
/// OptLevel - Optimization Level
|
||||||
/// PruneEH - Add PruneEHPass, if set.
|
|
||||||
/// UnrollLoop - Unroll loops, if set.
|
|
||||||
void AddOptimizationPasses(PassManager &MPM, FunctionPassManager &FPM,
|
void AddOptimizationPasses(PassManager &MPM, FunctionPassManager &FPM,
|
||||||
unsigned OptLevel) {
|
unsigned OptLevel) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user