diff mbox

committed: update sched.init{,_global} comments in m68k.c

Message ID 20100629152959.xstfo307c0kckk8g-nzlynne@webmail.spamcop.net
State New
Headers show

Commit Message

Joern Rennecke June 29, 2010, 7:29 p.m. UTC
committed as obvious.
2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>

        * config/m68k/m68k.c (targetm.sched.init_global): Update comment.  
        (targetm.sched.init): Likewise.
diff mbox

Patch

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