On 09/14/2011 06:12 PM, Bernd Schmidt wrote: > + unsigned int orig_regno = REGNO (reg); > + int nregs = hard_regno_nregs[orig_regno][GET_MODE (reg)]; > + while (nregs-- > 0)
The rest of the file seems to use targetm.dwarf_register_span. This probably ought to do the same. r~