diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-24 18:34:07 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-24 18:34:07 +0000 |
commit | 161b164781a41d10e6cb0a334ea0a066de54be3d (patch) | |
tree | dbd1c911e2888cbe05c5a4a364044144567b2dcd /gcc/rtl.h | |
parent | 898e4fdd21e1148353a34a49c5e7c2c4172811b1 (diff) | |
download | gcc-161b164781a41d10e6cb0a334ea0a066de54be3d.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44312 138bc75d-0d04-0410-961f-82ee72b054a4
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]; |