Message ID | 20101208164550.GG29412@tyan-ft48-01.lab.bos.redhat.com |
---|---|
State | New |
Headers | show |
--- gcc/regrename.c.jj 2010-12-07 17:32:49.000000000 +0100 +++ gcc/regrename.c 2010-12-08 13:21:24.000000000 +0100 @@ -309,8 +309,8 @@ sort_du_head (struct du_head **head) registers. */ static bool -check_new_reg_p (int reg, int new_reg, struct du_head *this_head, - HARD_REG_SET this_unavailable) +check_new_reg_p (int reg ATTRIBUTE_UNUSED, int new_reg, + struct du_head *this_head, HARD_REG_SET this_unavailable) { enum machine_mode mode = GET_MODE (*this_head->first->loc); int nregs = hard_regno_nregs[new_reg][mode];