[llvm] r176052 - [fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 or

Chad Rosier mcrosier at apple.com
Mon Feb 25 14:24:20 PST 2013


On Feb 25, 2013, at 2:14 PM, Eli Bendersky <eliben at google.com> wrote:

>> 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

Committed revision 176055.  Thanks, Eli.

> Eli

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130225/235c3fff/attachment.html>


More information about the llvm-commits mailing list