Fix wording.

llvm-svn: 176055
This commit is contained in:
Chad Rosier 2013-02-25 22:20:00 +00:00
parent ba34272321
commit 0587597fb8
1 changed files with 4 additions and 3 deletions

View File

@ -144,11 +144,12 @@ EnableFastISelVerbose("fast-isel-verbose", cl::Hidden,
"instruction selector")); "instruction selector"));
static cl::opt<bool> static cl::opt<bool>
EnableFastISelAbort("fast-isel-abort", cl::Hidden, EnableFastISelAbort("fast-isel-abort", cl::Hidden,
cl::desc("Enable abort calls when \"fast\" instruction fails")); cl::desc("Enable abort calls when \"fast\" instruction selection "
"fails to lower an instruction"));
static cl::opt<bool> static cl::opt<bool>
EnableFastISelAbortArgs("fast-isel-abort-args", cl::Hidden, EnableFastISelAbortArgs("fast-isel-abort-args", cl::Hidden,
cl::desc("Enable abort calls when \"fast\" instruction fails to " cl::desc("Enable abort calls when \"fast\" instruction selection "
"lower formal arguments")); "fails to lower a formal argument"));
static cl::opt<bool> static cl::opt<bool>
UseMBPI("use-mbpi", UseMBPI("use-mbpi",