mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 07:09:09 +08:00
Fix typo in last change
From-SVN: r30427
This commit is contained in:
parent
7c355bca10
commit
6185845d48
@ -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…
Reference in New Issue
Block a user