mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 12:29:49 +08:00
Remove accidental addition of CLEAR_CONFLICT.
From-SVN: r30421
This commit is contained in:
parent
09e7d04a1b
commit
3496699a4c
@ -133,12 +133,6 @@ static int allocno_row_words;
|
||||
(conflicts[(I) * allocno_row_words + (unsigned)(J) / INT_BITS] \
|
||||
|= ((INT_TYPE) 1 << ((unsigned)(J) % INT_BITS)))
|
||||
|
||||
/* CYGNUS LOCAL LRS */
|
||||
#define CLEAR_CONFLICT(I, J) \
|
||||
(conflicts[(I) * allocno_row_words + (J) / INT_BITS] \
|
||||
&= ~ ((INT_TYPE) 1 << ((J) % INT_BITS)))
|
||||
/* END CYGNUS LOCAL */
|
||||
|
||||
/* Set of hard regs currently live (during scan of all insns). */
|
||||
|
||||
static HARD_REG_SET hard_regs_live;
|
||||
|
Loading…
Reference in New Issue
Block a user