diff options
author | Jan Hubicka <jh@suse.cz> | 2001-07-24 20:34:07 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2001-07-24 18:34:07 +0000 |
commit | 6f862f2fa9d2d3bdb8df842ebf67ea8e08bf47f5 (patch) | |
tree | dbd1c911e2888cbe05c5a4a364044144567b2dcd /gcc/rtl.h | |
parent | 615cd49b9a70766688139f6ea85aad1831df8816 (diff) | |
download | gcc-6f862f2fa9d2d3bdb8df842ebf67ea8e08bf47f5.tar.gz |
recog.c (split_all_insns_noflow): New.
* recog.c (split_all_insns_noflow): New.
* rtl.h (split_all_insns_noflow): Declare.
* ia64.c (ia64_reorg): Use split_all_insns_noflow.
* m68hc11.c (m68hc11_reorg): Likewise.
* sh.c (machine_dependent_reorg): Likewise.
* toplev.c (rest_of_compilation): Likewise for last split_all_insns
call.
From-SVN: r44312
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 278e9d06976..1fbc9da59a3 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1462,6 +1462,7 @@ extern enum reg_class reg_alternate_class PARAMS ((int)); extern rtx get_first_nonparm_insn PARAMS ((void)); extern void split_all_insns PARAMS ((int)); +extern void split_all_insns_noflow PARAMS ((void)); #define MAX_SAVED_CONST_INT 64 extern rtx const_int_rtx[MAX_SAVED_CONST_INT * 2 + 1]; |