expr.h (get_alias_set, [...]): Delete prototypes.

* expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
        * tree.h (get_alias_set, lang_get_alias_set): Prototype.

From-SVN: r35293
This commit is contained in:
Rodney Brown 2000-07-27 09:54:27 -06:00 committed by Jeff Law
parent 46ca739cb5
commit bebe228005
3 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
* expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
* tree.h (get_alias_set, lang_get_alias_set): Prototype.
2000-07-27 Joseph S. Myers <jsm28@cam.ac.uk>
* c-decl.c (store_parm_decls): In C99 mode, pedwarn for function

View File

@ -920,10 +920,6 @@ extern HOST_WIDE_INT get_frame_alias_set PARAMS ((void));
extern void record_base_value PARAMS ((unsigned int, rtx, int));
extern void record_alias_subset PARAMS ((HOST_WIDE_INT,
HOST_WIDE_INT));
#ifdef TREE_CODE
extern HOST_WIDE_INT get_alias_set PARAMS ((tree));
extern HOST_WIDE_INT lang_get_alias_set PARAMS ((tree));
#endif
extern HOST_WIDE_INT new_alias_set PARAMS ((void));
/* Functions from expr.c: */

View File

@ -2616,7 +2616,11 @@ extern void end_temporary_allocation PARAMS ((void));
extern void pop_obstacks PARAMS ((void));
/* In alias.c */
void record_component_aliases PARAMS ((tree));
extern void record_component_aliases PARAMS ((tree));
extern HOST_WIDE_INT get_alias_set PARAMS ((tree));
/* In c-common.c */
extern HOST_WIDE_INT lang_get_alias_set PARAMS ((tree));
/* In tree.c */
extern int really_constant_p PARAMS ((tree));