Fix typo in last change
From-SVN: r30427
This commit is contained in:
parent
7c355bca10
commit
6185845d48
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ do { \
|
|||
mirror_conflicts has been run. */
|
||||
#define EXECUTE_IF_CONFLICT(IN_ALLOCNO, OUT_ALLOCNO, CODE)\
|
||||
EXECUTE_IF_SET_IN_ALLOCNO_SET (conflicts + (IN_ALLOCNO) * allocno_row_words,\
|
||||
OUT_ALLOCNO, CODE)
|
||||
OUT_ALLOCNO, (CODE))
|
||||
|
||||
/* Set of hard regs currently live (during scan of all insns). */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue