Commit 7ecb00a6 by Joern Rennecke Committed by Joern Rennecke

m68k.c (targetm.sched.init_global): Update comment.

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

From-SVN: r161558
parent 6a07b007
......@@ -74,6 +74,9 @@
* Makefile.in (s-tm-texi): Remove stray tab / rule.
* config/m68k/m68k.c (targetm.sched.init_global): Update comment.
(targetm.sched.init): Likewise.
2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
PR bootstrap/44713
......
......@@ -6149,7 +6149,7 @@ m68k_sched_first_cycle_multipass_dfa_lookahead (void)
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 ATTRIBUTE_UNUSED,
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment