aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>2010-06-29 19:26:56 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2010-06-29 20:26:56 +0100
commit7ecb00a6e253af7db561ce1422041c0ee7596478 (patch)
tree06f2fe9d3a00a435cf0cde21eeb3c22e348b4716 /gcc
parent6a07b0071fba51ba153a75763bf0ef1e8f1c1703 (diff)
downloadgcc-7ecb00a6e253af7db561ce1422041c0ee7596478.zip
gcc-7ecb00a6e253af7db561ce1422041c0ee7596478.tar.gz
gcc-7ecb00a6e253af7db561ce1422041c0ee7596478.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/config/m68k/m68k.c4
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8608a33..7d4fbd8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c
index 529266c..253d621 100644
--- a/gcc/config/m68k/m68k.c
+++ b/gcc/config/m68k/m68k.c
@@ -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