gcse.c (eliminate_partially_redundant_loads): Instead of returning early, goto a...
authorAndrew Pinski <pinskia@physics.uc.edu>
Mon, 10 May 2004 22:28:50 +0000 (22:28 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 10 May 2004 22:28:50 +0000 (15:28 -0700)
commit0c196bf9d84c1d3b638bb4cd5f9e088b861afa08
tree7a09be609b6e643706d2fb5ae859c16713ba8528
parent16cfa3dc57a18490554abf3d1c02fa5e26c4c669
gcse.c (eliminate_partially_redundant_loads): Instead of returning early, goto a cleanup label.

2004-05-10  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcse.c (eliminate_partially_redundant_loads): Instead of returning early,
        goto a cleanup label.  After the cleanup, free the allocated memory.

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