aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>1999-02-02 17:26:55 -0800
committerRichard Henderson <rth@gcc.gnu.org>1999-02-02 17:26:55 -0800
commit6a73406ee9839b8ecb1172a3e2d14c6e0abbab10 (patch)
tree883227381a41d6a9293dd485e7366a4684b8e805 /gcc/rtl.h
parent1841f23bd1f88127aa51b54f24a8dd691fdc9fb9 (diff)
downloadgcc-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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 6c2c1b3..bb36e4e 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)