comparison gcc/tree-ssa-sccvn.h @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
202 unsigned int get_max_value_id (void); 202 unsigned int get_max_value_id (void);
203 unsigned int get_next_value_id (void); 203 unsigned int get_next_value_id (void);
204 unsigned int get_constant_value_id (tree); 204 unsigned int get_constant_value_id (tree);
205 unsigned int get_or_alloc_constant_value_id (tree); 205 unsigned int get_or_alloc_constant_value_id (tree);
206 bool value_id_constant_p (unsigned int); 206 bool value_id_constant_p (unsigned int);
207 tree fully_constant_vn_reference_p (vn_reference_t);
207 #endif /* TREE_SSA_SCCVN_H */ 208 #endif /* TREE_SSA_SCCVN_H */