tree.c (int_cst_node, [...]): New variables.
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 28 Oct 2004 10:08:03 +0000 (10:08 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 28 Oct 2004 10:08:03 +0000 (10:08 +0000)
commitb66a64f16c38d7b3bb8d55c289af5e68250a3768
treed762afa78963cd3988f8de9137f90d64608f4937
parent0b4828effea3bcacf88af872da26c5632cbfef85
tree.c (int_cst_node, [...]): New variables.

* tree.c (int_cst_node, int_cst_hash_table): New variables.
(init_ttree): Initialize them.
(int_cst_hash_hash, int_cst_hash_eq): New hashing functions.
(build_int_cst_wide): Use hash table for oversized integers.

From-SVN: r89745
gcc/ChangeLog
gcc/tree.c