This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][3/3] ColdFire V2 pipeline description and scheduler hooks
- From: Maxim Kuvyrkov <maxim at codesourcery dot com>
- To: Andreas Schwab <schwab at suse dot de>
- Cc: Jeff Law <law at redhat dot com>, Vladimir Makarov <vmakarov at redhat dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 23 Oct 2007 16:22:11 +0400
- Subject: Re: [PATCH][3/3] ColdFire V2 pipeline description and scheduler hooks
- References: <46C99FAC.8050900@codesourcery.com> <46C9E15C.1080903@codesourcery.com> <46DD0F1C.1080704@codesourcery.com> <jeodgaycxk.fsf@sykes.suse.de> <46E988F4.8020709@codesourcery.com> <je6428jpmz.fsf@sykes.suse.de>
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.
OK with that change.
Andreas,
Is it still ok to check in patch with pipeline model and scheduler hooks
for ColdFire V2?
--
Maxim