From aa3a12d66e691508961992aaba0d13914c274afe Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Tue, 6 May 2014 17:44:15 +0000 Subject: emit-rtl.c (init_derived_machine_modes): New functionm, split out from... gcc/ * emit-rtl.c (init_derived_machine_modes): New functionm, split out from... (init_emit_once): ...here. * rtl.h (init_derived_machine_modes): Declare. * toplev.c (do_compile): Call it even if no_backend. From-SVN: r210118 --- gcc/rtl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index 9fb7557..dbf24f3 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -2734,6 +2734,7 @@ extern int get_max_insn_count (void); extern int in_sequence_p (void); extern void init_emit (void); extern void init_emit_regs (void); +extern void init_derived_machine_modes (void); extern void init_emit_once (void); extern void push_topmost_sequence (void); extern void pop_topmost_sequence (void); -- cgit v1.1