gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Nov 2013 14:52:23 +0000 (14:52 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Nov 2013 14:52:23 +0000 (14:52 +0000)
commit20448fd9822d3cf5e860550092cba0d2d7839ade
tree24a4005242502b69dc3f397ffbca92e36d73d175
parent420582bc2c06c9ba87a96959771c3a485a42d45b
gcc/
* dwarf2out.c (gen_enumeration_type_die): Remove unnecessary
host_integerp test.
* tree-vect-patterns.c (vect_recog_divmod_pattern): Likewise.
Use TREE_INT_CST_LOW rather than tree_low_cst when reading the
constant.
* fold-const.c (fold_binary_loc): Replace a host_integerp/tree_low_cst
pair with a TREE_CODE test and TREE_INT_CST_LOW.
* tree-vect-generic.c (expand_vector_divmod): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204846 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dwarf2out.c
gcc/fold-const.c
gcc/tree-vect-generic.c
gcc/tree-vect-patterns.c