summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-21 17:59:03 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-21 17:59:03 +0000
commitbca09c45104c4a3db8ca3e65beff9eb2151f892c (patch)
tree6c12f097c90d84f728c182e505ee76d8fc9ce3e5 /gcc/rtl.h
parenta3d78730c644e134137f3f3859b4150362e1156c (diff)
downloadgcc-bca09c45104c4a3db8ca3e65beff9eb2151f892c.tar.gz
* haifa-sched.c (debug_ready_list): Make static.
* toplev.h (fancy_abort): Declare. * rtl.h (expand_expr): Remove declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20640 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index f8d23fa45cc..bee83bbc0d8 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1142,11 +1142,6 @@ extern rtx gen_rtx_REG PROTO((enum machine_mode, int));
extern rtx find_next_ref PROTO((rtx, rtx));
extern rtx *find_single_use PROTO((rtx, rtx, rtx *));
-/* It is hard to write the prototype for expand_expr, since it needs
- expr.h to be included for the enumeration. */
-
-extern rtx expand_expr ();
-
extern rtx output_constant_def PROTO((union tree_node *));
extern rtx immed_real_const PROTO((union tree_node *));
extern union tree_node *make_tree PROTO((union tree_node *, rtx));
@@ -1535,5 +1530,4 @@ extern void init_alias_analysis PROTO ((void));
extern void end_alias_analysis PROTO ((void));
extern void record_base_value PROTO ((int, rtx, int));
-
#endif /* _RTL_H */