aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/or1k/or1k.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/or1k/or1k.c')
-rw-r--r--gcc/config/or1k/or1k.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/or1k/or1k.c b/gcc/config/or1k/or1k.c
index 5e79b30..54c9e80 100644
--- a/gcc/config/or1k/or1k.c
+++ b/gcc/config/or1k/or1k.c
@@ -2112,8 +2112,7 @@ or1k_output_mi_thunk (FILE *file, tree thunk_fndecl,
/* Run just enough of rest_of_compilation to get the insns emitted.
There's not really enough bulk here to make other passes such as
- instruction scheduling worth while. Note that use_thunk calls
- assemble_start_function and assemble_end_function. */
+ instruction scheduling worth while. */
insn = get_insns ();
shorten_branches (insn);
assemble_start_function (thunk_fndecl, fnname);