>> +      /* FIXED: This wat not Ok.
>
> Hm?  If that is fixed, do we still need that comment? :)
Touche! ;)

>
>> +        emit_insn ( \
>> +          gen_mov_reloc_coredi (reg, \
>> +                                gen_rtx_CONST_INT (Pmode, 0), \
>> +                                gen_rtx_CONST_INT (Pmode, index))); \
>
> These backslahes... was that in a macro originally?
Forgot to reply to this.
Yes, but my own defined macro. I initially assumed it needed
different emits depending on the original mode, so I made a macro and
used it in a switch case.
>
>> +        return true;
>> +      }
>> +      }
>> +  return false;
>> +}

Reply via email to