Commit 309ca067 by Robert Lipe Committed by Robert Lipe

global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.

From-SVN: r30438
parent 092ae4ba
Sat Nov 6 23:48:30 1999 Robert Lipe (robertlipe@usa.net)
* global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.
Sat Nov 6 17:34:39 1999 Jeffrey A Law (law@cygnus.com) Sat Nov 6 17:34:39 1999 Jeffrey A Law (law@cygnus.com)
* gcse.c (post_dominators): Kill. * gcse.c (post_dominators): Kill.
......
...@@ -159,7 +159,7 @@ do { \ ...@@ -159,7 +159,7 @@ do { \
mirror_conflicts has been run. */ mirror_conflicts has been run. */
#define EXECUTE_IF_CONFLICT(IN_ALLOCNO, OUT_ALLOCNO, CODE)\ #define EXECUTE_IF_CONFLICT(IN_ALLOCNO, OUT_ALLOCNO, CODE)\
EXECUTE_IF_SET_IN_ALLOCNO_SET (conflicts + (IN_ALLOCNO) * allocno_row_words,\ 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). */ /* 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