gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not needed by our gcse pass...
commit55d3f91712e9b1d2e8428433a27db61bbe2ca7cc
authorJeffrey A Law <law@cygnus.com>
Mon, 24 Jul 2000 15:47:06 +0000 (24 15:47 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 24 Jul 2000 15:47:06 +0000 (24 09:47 -0600)
treef845a889b163135d2be8b754063db6be6b0fab19
parent68e866451e08b9056f9454df2622fe71c28c5517
gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not needed by our gcse pass anymore.

        * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not
        needed by our gcse pass anymore.
        (free_pre_mem): Corresponding changes.
        (compute_pre_data): Do not call compute_transpout anymore.

From-SVN: r35226
gcc/ChangeLog
gcc/gcse.c