Commit 6185845d by Jeff Law

Fix typo in last change

From-SVN: r30427
parent 7c355bca
......@@ -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). */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment