diff options
author | Richard Henderson <rth@gcc.gnu.org> | 1999-02-02 17:26:55 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-02-02 17:26:55 -0800 |
commit | 6a73406ee9839b8ecb1172a3e2d14c6e0abbab10 (patch) | |
tree | 883227381a41d6a9293dd485e7366a4684b8e805 /gcc/rtl.h | |
parent | 1841f23bd1f88127aa51b54f24a8dd691fdc9fb9 (diff) | |
download | gcc-6a73406ee9839b8ecb1172a3e2d14c6e0abbab10.zip gcc-6a73406ee9839b8ecb1172a3e2d14c6e0abbab10.tar.gz gcc-6a73406ee9839b8ecb1172a3e2d14c6e0abbab10.tar.bz2 |
Missed rtl.h on commit and from ChangeLog.
Add copyright to resource.c.
From-SVN: r24999
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1037,6 +1037,7 @@ extern int computed_jump_p PROTO((rtx)); typedef int (*rtx_function) PROTO((rtx *, void *)); extern int for_each_rtx PROTO((rtx *, rtx_function, void *)); extern int insn_first_p PROTO((rtx, rtx)); +extern rtx regno_use_in PROTO((int, rtx)); /* flow.c */ @@ -1064,6 +1065,9 @@ extern enum reg_class reg_alternate_class PROTO((int)); extern rtx get_first_nonparm_insn PROTO((void)); +extern void split_block_insns PROTO((int, int)); +extern void update_flow_info PROTO((rtx, rtx, rtx, rtx)); + /* Standard pieces of rtx, to be substituted directly into things. */ #define pc_rtx (&global_rtl.pc_val) #define cc0_rtx (&global_rtl.cc0_val) |