Fix typo in last change
authorJeff Law <law@gcc.gnu.org>
Fri, 5 Nov 1999 23:35:47 +0000 (16:35 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 5 Nov 1999 23:35:47 +0000 (16:35 -0700)
From-SVN: r30427

gcc/global.c

index b36cb1b..6bba568 100644 (file)
@@ -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).  */