(invalidate_for_call): Properly set IN_TABLE.
From-SVN: r8073
This commit is contained in:
parent
87774eb0ae
commit
0e227018ba
@ -1711,7 +1711,7 @@ invalidate_for_call ()
|
||||
if (reg_tick[regno] >= 0)
|
||||
reg_tick[regno]++;
|
||||
|
||||
in_table |= TEST_HARD_REG_BIT (hard_regs_in_table, regno);
|
||||
in_table |= (TEST_HARD_REG_BIT (hard_regs_in_table, regno) != 0);
|
||||
}
|
||||
|
||||
/* In the case where we have no call-clobbered hard registers in the
|
||||
|
Loading…
x
Reference in New Issue
Block a user