diff options
author | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-06 04:04:17 +0000 |
---|---|---|
committer | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-06 04:04:17 +0000 |
commit | 6d1cedf9f543cfa0916d1c3076e21a29c65c1d98 (patch) | |
tree | a9c85001e50d34dee4685e3d434856fcc7b1ca07 /gcc | |
parent | 29d56731c667d715751dccd6e11adbf5430e4343 (diff) | |
download | gcc-6d1cedf9f543cfa0916d1c3076e21a29c65c1d98.tar.gz |
* expr.h (lang_expand_expr): Delete obsolete prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63886 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/expr.h | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a0a4be29fd2..4bcb228769d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-03-05 Roger Sayle <roger@eyesopen.com> + + * expr.h (lang_expand_expr): Delete obsolete prototype. + 2003-03-05 Kazu Hirata <kazu@cs.umass.edu> * emit-rtl.c (gen_highpart_mode): Fix a comment typo. diff --git a/gcc/expr.h b/gcc/expr.h index 2f243266cf2..82c5166d711 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -770,14 +770,6 @@ extern rtx expand_mult_add PARAMS ((rtx, rtx, rtx, rtx,enum machine_mode, int)); extern rtx expand_mult_highpart_adjust PARAMS ((enum machine_mode, rtx, rtx, rtx, rtx, int)); extern rtx assemble_static_space PARAMS ((int)); - -/* Hook called by expand_expr for language-specific tree codes. - It is up to the language front end to install a hook - if it has any such codes that expand_expr needs to know about. */ -extern rtx (*lang_expand_expr) PARAMS ((union tree_node *, rtx, - enum machine_mode, - enum expand_modifier modifier)); - extern int safe_from_p PARAMS ((rtx, tree, int)); /* Call this once to initialize the contents of the optabs |