tree.h (ptrofftype_p): New helper function.
authorRichard Guenther <rguenther@suse.de>
Tue, 16 Aug 2011 13:55:30 +0000 (13:55 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 16 Aug 2011 13:55:30 +0000 (13:55 +0000)
commit370f4759839b573d45ed86050d51564dcac629b7
treeea6b5640fb50bd80de0488670f53e68836652312
parentc50584186d58165c8cd3978712b5bfc18f18fcc5
tree.h (ptrofftype_p): New helper function.

2011-08-16  Richard Guenther  <rguenther@suse.de>

* tree.h (ptrofftype_p): New helper function.
* tree-cfg.c (verify_expr): Use ptrofftype_p for POINTER_PLUS_EXPR
offset verification.
(verify_gimple_assign_binary): Likewise.
* tree.c (build2_stat): Likewise.
* tree-chrec.c (chrec_fold_plus_poly_poly): Likewise.
(reset_evolution_in_loop): Likewise.
* tree-chrec.h (build_polynomial_chrec): Likewise.

From-SVN: r177784
gcc/ChangeLog
gcc/tree-cfg.c
gcc/tree-chrec.c
gcc/tree-chrec.h
gcc/tree.c
gcc/tree.h