[llvm] r176052 - [fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 or
Eli Bendersky
eliben at google.com
Mon Feb 25 14:14:01 PST 2013
> EnableFastISelAbort("fast-isel-abort", cl::Hidden,
> cl::desc("Enable abort calls when \"fast\" instruction fails"));
> +static cl::opt<bool>
> +EnableFastISelAbortArgs("fast-isel-abort-args", cl::Hidden,
> + cl::desc("Enable abort calls when \"fast\" instruction fails to "
> + "lower formal arguments"));
Hi Chad,
Tiny nit here:
> + cl::desc("Enable abort calls when \"fast\" instruction fails to "
"fast" instruction selection fails to
Eli
More information about the llvm-commits
mailing list