copy_decl_for_inlining.
* rtl.h: Remove the prototype for mark_constant_function.
* tree-vectorizer.h: Remove the prototype for
vect_strip_conversion.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110336
138bc75d-0d04-0410-961f-
82ee72b054a4
* recog.h: Remove the prototype for
validate_replace_rtx_subexp.
+ * integrate.h: Remove the prototype for
+ copy_decl_for_inlining.
+ * rtl.h: Remove the prototype for mark_constant_function.
+ * tree-vectorizer.h: Remove the prototype for
+ vect_strip_conversion.
+
2006-01-28 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -msoft-float
extern void emit_initial_value_sets (void);
extern void allocate_initial_values (rtx *);
-/* Copy a declaration when one function is substituted inline into
- another. */
-extern tree copy_decl_for_inlining (tree, tree, tree);
-
/* Check whether there's any attribute in a function declaration that
makes the function uninlinable. Returns false if it finds any,
true otherwise. */
extern int read_dependence (rtx, rtx);
extern int anti_dependence (rtx, rtx);
extern int output_dependence (rtx, rtx);
-extern void mark_constant_function (void);
extern void init_alias_once (void);
extern void init_alias_analysis (void);
extern void end_alias_analysis (void);
General Vectorization Utilities
*************************************************************************/
/** In tree-vectorizer.c **/
-extern tree vect_strip_conversion (tree);
extern tree get_vectype_for_scalar_type (tree);
extern bool vect_is_simple_use (tree, loop_vec_info, tree *, tree *,
enum vect_def_type *);