Commit a1d3c05c by Kazu Hirata Committed by Kazu Hirata

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
parent d05eae88
2004-11-08 Kazu Hirata <kazu@cs.umass.edu> 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. * tree-ssa-operands.c (build_ssa_operands): Make it static.
* tree-flow.h: Remove the corresponding prototype. * tree-flow.h: Remove the corresponding prototype.
......
...@@ -692,10 +692,6 @@ enum move_pos ...@@ -692,10 +692,6 @@ enum move_pos
}; };
extern enum move_pos movement_possibility (tree); extern enum move_pos movement_possibility (tree);
/* In tree-if-conv.c */
bool tree_if_conversion (struct loop *, bool);
/* In tree-flow-inline.h */ /* In tree-flow-inline.h */
static inline int phi_arg_from_edge (tree, edge); static inline int phi_arg_from_edge (tree, edge);
static inline bool is_call_clobbered (tree); static inline bool is_call_clobbered (tree);
......
...@@ -138,7 +138,7 @@ static basic_block *ifc_bbs; ...@@ -138,7 +138,7 @@ static basic_block *ifc_bbs;
for vectorizer or not. If it is used for vectorizer, additional checks are for vectorizer or not. If it is used for vectorizer, additional checks are
used. (Vectorization checks are not yet implemented). */ used. (Vectorization checks are not yet implemented). */
bool static bool
tree_if_conversion (struct loop *loop, bool for_vectorizer) tree_if_conversion (struct loop *loop, bool for_vectorizer)
{ {
basic_block bb; basic_block bb;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment