* expr.h (lang_expand_expr): Delete obsolete prototype.
From-SVN: r63886
This commit is contained in:
parent
26d249ebbc
commit
1a71a5b037
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user