This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][3/3] ColdFire V2 pipeline description and scheduler hooks


Andreas Schwab wrote:
Maxim Kuvyrkov <maxim@codesourcery.com> writes:

Index: config/m68k/m68k.c
===================================================================
--- config/m68k/m68k.c (revision 181586)
+++ config/m68k/m68k.c (working copy)
@@ -5135,7 +5135,7 @@ m68k_sched_attr_type2 (rtx insn)
}
}
-/* An empty state that is used in m68k_sched_adjust_cost (). */
+/* An empty state that is used in m68k_sched_adjust_cost. */

Please also fix all other occurrences of these extra parens.

I meant to fix them, but it slipped off my mind, sorry.



OK with that change.

Thanks,


Maxim


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]