diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2014-05-06 17:44:15 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2014-05-06 17:44:15 +0000 |
commit | aa3a12d66e691508961992aaba0d13914c274afe (patch) | |
tree | 405677cb108c46f727cf1f1bb6116433f35f3e44 /gcc/rtl.h | |
parent | 1d60af086712da018dbdf2a31b0fa6513ccc4487 (diff) | |
download | gcc-aa3a12d66e691508961992aaba0d13914c274afe.zip gcc-aa3a12d66e691508961992aaba0d13914c274afe.tar.gz gcc-aa3a12d66e691508961992aaba0d13914c274afe.tar.bz2 |
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
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |