aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sh
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2019-05-28 13:37:15 +0000
committerRainer Orth <ro@gcc.gnu.org>2019-05-28 13:37:15 +0000
commit8b4e7143550cd1f3f4b1dca005a5e656506979d9 (patch)
treed024c8f03079531b6b0b67659376f2a0514c37a7 /gcc/config/sh
parent7daef9aceb80787d9fd64b4e110b175b4d9e5a9e (diff)
downloadgcc-8b4e7143550cd1f3f4b1dca005a5e656506979d9.zip
gcc-8b4e7143550cd1f3f4b1dca005a5e656506979d9.tar.gz
gcc-8b4e7143550cd1f3f4b1dca005a5e656506979d9.tar.bz2
Remove obsolete comment about use_thunk
* config/alpha/alpha.c [TARGET_ABI_OSF] (alpha_output_mi_thunk_osf): Remove obsolete use_thunk reference. * config/i386/i386.c (x86_output_mi_thunk): Likewise. * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise. * config/nios2/nios2.c (nios2_asm_output_mi_thunk): Likewise. * config/or1k/or1k.c (or1k_output_mi_thunk): Likewise. * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise. * config/sh/sh.c (sh_output_mi_thunk): Likewise. * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise. * config/tilegx/tilegx.c (tilegx_output_mi_thunk): Likewise. * config/tilepro/tilepro.c (tilepro_asm_output_mi_thunk): Likewise. From-SVN: r271703
Diffstat (limited to 'gcc/config/sh')
-rw-r--r--gcc/config/sh/sh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c
index b715307..07d5b3c 100644
--- a/gcc/config/sh/sh.c
+++ b/gcc/config/sh/sh.c
@@ -10940,8 +10940,7 @@ sh_output_mi_thunk (FILE *file, tree thunk_fndecl ATTRIBUTE_UNUSED,
emit_barrier ();
/* Run just enough of rest_of_compilation to do scheduling and get
- the insns emitted. Note that use_thunk calls
- assemble_start_function and assemble_end_function. */
+ the insns emitted. */
insns = get_insns ();