On Thu, 2012-10-11 at 11:35 -0400, Vladimir Makarov wrote: > + /* Call insn might have not references for pseudos besides > + in CALL_INSN_FUNCTION_USAGE but we don't count them in > + insn_bitmap of corresponding lra_reg_info as they don't > + need reloads. */
Was this supposed to read: Call insn might have references of pseudos besides those in CALL_INSN_FUNCTION_USAGE, but we don't count them in insn_bitmap of the corresponding lra_reg_info as they don't need reloads. ??? Peter