Remove accidental addition of CLEAR_CONFLICT.

From-SVN: r30421
This commit is contained in:
Jeff Law 1999-11-05 11:40:34 -07:00
parent 09e7d04a1b
commit 3496699a4c
1 changed files with 0 additions and 6 deletions

View File

@ -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;