+2005-09-08 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
+
+ * tree.c (host_integerp, tree_low_cst): Correct function comment.
+
2005-09-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
PR target/23747
/* Return 1 if T is an INTEGER_CST that can be manipulated efficiently on
the host. If POS is zero, the value can be represented in a single
- HOST_WIDE_INT. If POS is nonzero, the value must be positive and can
+ HOST_WIDE_INT. If POS is nonzero, the value must be non-negative and can
be represented in a single unsigned HOST_WIDE_INT. */
int
/* Return the HOST_WIDE_INT least significant bits of T if it is an
INTEGER_CST and there is no overflow. POS is nonzero if the result must
- be positive. We must be able to satisfy the above conditions. */
+ be non-negative. We must be able to satisfy the above conditions. */
HOST_WIDE_INT
tree_low_cst (tree t, int pos)