On 03/21/2011 03:26 AM, Andreas Krebbel wrote:
> +             (XINT (rtl, 1) >= 0 && XINT (rtl, 1) < NUM_UNSPEC_VALUES)
> +             ? unspec_strings[XINT (rtl, 1)] : "unkown",
> +             XINT (rtl, 1));

The parentheses ought to be enclosing the entire ternary expression
for clarity.  Also, typo in "unkown".

Ok with that change.


r~

Reply via email to