global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.
authorrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Nov 1999 05:50:38 +0000 (05:50 +0000)
committerrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Nov 1999 05:50:38 +0000 (05:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30438 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/global.c

index be5b313..2a0935d 100644 (file)
@@ -1,3 +1,7 @@
+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)
 
        * gcse.c (post_dominators): Kill.
index 6bba568..b36cb1b 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).  */