tree-ssa-operands.h (struct vuse_vec_d): Change num_vuse field to unsigned.
authorIan Lance Taylor <iant@google.com>
Sat, 20 Jan 2007 01:31:06 +0000 (01:31 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Sat, 20 Jan 2007 01:31:06 +0000 (01:31 +0000)
commitb2bcf5577ae6c5bfd2b8f1dc78cba2b0c2607741
tree3cfdc7138a1a52acc7fa7a395dffecbf41e0546c
parent92d966284c9a0eb34f54568e223b40a3c335922c
tree-ssa-operands.h (struct vuse_vec_d): Change num_vuse field to unsigned.

* tree-ssa-operands.h (struct vuse_vec_d): Change num_vuse field
to unsigned.
(VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Use unsigned comparison.
(VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
(SET_VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Likewise.
(SET_VUSE_ELEMENT_VAR) [ENABLE_CHECKING]: Likewise.
(SET_VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
(realloc_vdef, realloc_vuse): Change second parameter to
unsigned.
(ssa_operand_iterator_d): Change vuse_index and mayuse_index
fields to unsigned.
* tree-ssa-operands.c (realloc_vop): Change num_elem parameter to
unsigned. Change x and lim locals to unsigned.
(realloc_vdef, realloc_vuse): Change num_elem parameter to
unsigned.
(finalize_ssa_vuse_ops): Change old_i local to unsigned.
(copy_virtual_operands): Change i and n locals to unsigned.

From-SVN: r120994
gcc/ChangeLog
gcc/tree-ssa-operands.c
gcc/tree-ssa-operands.h