[llvm] r215394 - Add isRegSequence property.

Quentin Colombet qcolombet at apple.com
Tue Aug 12 10:20:50 PDT 2014


Thanks Renato.

This is 215459.
Q.
On Aug 12, 2014, at 2:41 AM, Renato Golin <renato.golin at linaro.org> wrote:

> On 11 August 2014 23:17, Quentin Colombet <qcolombet at apple.com> wrote:
>> +  assert(MI.isRegSequence() ||
>> +         MI.isRegSequenceLike() && "Instruction do not have the proper type");
> 
> lib/CodeGen/TargetInstrInfo.cpp:860:33: warning: suggest parentheses
> around ‘&&’ within ‘||’ [-Wparentheses]
>          MI.isRegSequenceLike() && "Instruction do not have the proper type");
> 
> cheers,
> --renato

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140812/51f822d4/attachment.html>


More information about the llvm-commits mailing list