mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Fix wording.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176055 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
823e95d3cd
commit
ffa1dbadaf
@ -144,11 +144,12 @@ EnableFastISelVerbose("fast-isel-verbose", cl::Hidden,
|
||||
"instruction selector"));
|
||||
static cl::opt<bool>
|
||||
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>
|
||||
EnableFastISelAbortArgs("fast-isel-abort-args", cl::Hidden,
|
||||
cl::desc("Enable abort calls when \"fast\" instruction fails to "
|
||||
"lower formal arguments"));
|
||||
cl::desc("Enable abort calls when \"fast\" instruction selection "
|
||||
"fails to lower a formal argument"));
|
||||
|
||||
static cl::opt<bool>
|
||||
UseMBPI("use-mbpi",
|
||||
|
Loading…
x
Reference in New Issue
Block a user