From patchwork Tue Jun 29 19:29:59 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: committed: update sched.init{,_global} comments in m68k.c Date: Tue, 29 Jun 2010 09:29:59 -0000 From: Joern Rennecke X-Patchwork-Id: 57308 Message-Id: <20100629152959.xstfo307c0kckk8g-nzlynne@webmail.spamcop.net> To: gcc-patches@gcc.gnu.org committed as obvious. 2010-06-29 Joern Rennecke * config/m68k/m68k.c (targetm.sched.init_global): Update comment. (targetm.sched.init): Likewise. Index: config/m68k/m68k.c =================================================================== --- config/m68k/m68k.c (revision 161543) +++ config/m68k/m68k.c (working copy) @@ -6149,7 +6149,7 @@ m68k_sched_first_cycle_multipass_dfa_loo return m68k_sched_issue_rate () - 1; } -/* Implementation of targetm.sched.md_init_global () hook. +/* Implementation of targetm.sched.init_global () hook. It is invoked once per scheduling pass and is used here to initialize scheduler constants. */ static void @@ -6257,7 +6257,7 @@ m68k_sched_md_finish_global (FILE *dump sched_branch_type = NULL; } -/* Implementation of targetm.sched.md_init () hook. +/* Implementation of targetm.sched.init () hook. It is invoked each time scheduler starts on the new block (basic block or extended basic block). */ static void