accomodate 511 operands.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119835
138bc75d-0d04-0410-961f-
82ee72b054a4
+2006-12-13 Diego Novillo <dnovillo@redhat.com>
+
+ * tree-ssa-operands.h (SSA_OPERAND_MEMORY_SIZE): Add space to
+ accomodate 511 operands.
+
2006-12-13 Richard Guenther <rguenther@suse.de>
* builtins.c (expand_builtin_cexpi): Fix typo.
typedef struct vuse_optype_d *vuse_optype_p;
-#define SSA_OPERAND_MEMORY_SIZE (2048 - sizeof (void *))
+#define SSA_OPERAND_MEMORY_SIZE (511 * sizeof (struct vuse_optype_d))
struct ssa_operand_memory_d GTY((chain_next("%h.next")))
{