diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-03 01:26:55 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-03 01:26:55 +0000 |
commit | 14d66741bdf68096cc0fb756ba221ea4d2c40697 (patch) | |
tree | 883227381a41d6a9293dd485e7366a4684b8e805 /gcc/rtl.h | |
parent | fb11422ac1e970b4424f182c537634693e5083fe (diff) | |
download | gcc-14d66741bdf68096cc0fb756ba221ea4d2c40697.tar.gz |
Missed rtl.h on commit and from ChangeLog.
Add copyright to resource.c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24999 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 6c2c1b3adf4..bb36e4eb38c 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -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) |