tree-if-conv.c (tree_if_conversion): Make it static.

* tree-if-conv.c (tree_if_conversion): Make it static.
	* tree-flow.h: Remove the corresponding prototype.

From-SVN: r90310
This commit is contained in:
Kazu Hirata 2004-11-08 22:34:18 +00:00 committed by Kazu Hirata
parent d05eae888f
commit a1d3c05ce7
3 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
* tree-if-conv.c (tree_if_conversion): Make it static.
* tree-flow.h: Remove the corresponding prototype.
2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
* tree-ssa-operands.c (build_ssa_operands): Make it static.

View File

@ -692,10 +692,6 @@ enum move_pos
};
extern enum move_pos movement_possibility (tree);
/* In tree-if-conv.c */
bool tree_if_conversion (struct loop *, bool);
/* In tree-flow-inline.h */
static inline int phi_arg_from_edge (tree, edge);
static inline bool is_call_clobbered (tree);

View File

@ -138,7 +138,7 @@ static basic_block *ifc_bbs;
for vectorizer or not. If it is used for vectorizer, additional checks are
used. (Vectorization checks are not yet implemented). */
bool
static bool
tree_if_conversion (struct loop *loop, bool for_vectorizer)
{
basic_block bb;