[llvm] r212158 - [cleanup] Hoist the promotion dispatch logic into the promote function
Chandler Carruth
chandlerc at gmail.com
Tue Jul 1 21:39:10 PDT 2014
On Tue, Jul 1, 2014 at 8:22 PM, Craig Topper <craig.topper at gmail.com> wrote:
> + break;
>>
>
> Delete the break?
>
>
>> + case ISD::FP_TO_UINT:
>> + case ISD::FP_TO_SINT:
>> + // Promote the operation by extending the operand.
>> + return PromoteFP_TO_INT(Op, Op->getOpcode() == ISD::FP_TO_SINT);
>> + break;
>>
>
> Same as above.
>
Doh, thought I had nuked these. =] Will fix.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140701/4afb0564/attachment.html>
More information about the llvm-commits
mailing list