[llvm] r215394 - Add isRegSequence property.

Renato Golin renato.golin at linaro.org
Tue Aug 12 02:41:53 PDT 2014


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




More information about the llvm-commits mailing list