mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 18:04:59 +00:00
Omit periods at the end of command-line switch explanations for consistency
llvm-svn: 21664
This commit is contained in:
parent
a77025d96d
commit
c30b62238f
@ -51,9 +51,9 @@ cl::opt<CompilerDriver::OptimizationLevels> OptLevel(cl::ZeroOrMore,
|
||||
cl::init(CompilerDriver::OPT_FAST_COMPILE),
|
||||
cl::values(
|
||||
clEnumValN(CompilerDriver::OPT_FAST_COMPILE,"O0",
|
||||
"An alias for the -O1 option."),
|
||||
"An alias for the -O1 option"),
|
||||
clEnumValN(CompilerDriver::OPT_FAST_COMPILE,"O1",
|
||||
"Optimize for compilation speed, not execution speed."),
|
||||
"Optimize for compilation speed, not execution speed"),
|
||||
clEnumValN(CompilerDriver::OPT_SIMPLE,"O2",
|
||||
"Perform simple translation time optimizations"),
|
||||
clEnumValN(CompilerDriver::OPT_AGGRESSIVE,"O3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user