]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.
authorGreg McGary <greg@mcgary.org>
Wed, 30 Aug 2000 22:50:52 +0000 (22:50 +0000)
committerGreg McGary <gkm@gcc.gnu.org>
Wed, 30 Aug 2000 22:50:52 +0000 (22:50 +0000)
commit2afaa41c5fdc34be0208be3148f8e83806899f21
tree042ac04f650e870a46a4b967cad55fc6c0fee687
parent1d92b3e1d64e84c9a268dceea46a3b1026d32858
tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.

* tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.
(TREE_INT_CST_LOW, TREE_INT_CST_HIGH): Access through sub-struct.
(TREE_INT_CST): New macro.
* varasm.c (const_hash, compare_constant_1, record_constant_1):
Use new macro TREE_INT_CST.

From-SVN: r36076
gcc/ChangeLog
gcc/tree.h
gcc/varasm.c