[llvm] r174264 - Start static relocation implementation for mips16.

Reed Kotler rkotler at mips.com
Sat Feb 2 03:08:25 PST 2013


On 02/01/2013 09:15 PM, Sean Silva wrote:
> +  let isBranch = 1;
> +  let hasDelaySlot = 0;  // not true, but we add the nop for now
> +  let isTerminator=1;
> +  let isBarrier=1;
> +}
>
> Why inconsistent spacing around the `=`?
>
> -- Sean Silva
I will fix that today on my next checkin. More work on that td file this 
weekend.



More information about the llvm-commits mailing list