[tree-ssa] Temporary Expression Replacement in SSA->normal.

Richard Henderson rth@redhat.com
Tue Nov 11 17:39:00 GMT 2003


On Tue, Nov 11, 2003 at 11:18:12AM -0500, Andrew MacLeod wrote:
> +       map->ref_count = (int *)xmalloc (((next_ssa_version + 1) * sizeof (int)));
> +       memset (map->ref_count, 0, (next_ssa_version + 1) * sizeof (int));

xcalloc.  And the cast isn't needed for ISO C.


r~



More information about the Gcc-patches mailing list