]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/59924 (uninit memory hog)
authorRichard Henderson <rth@twiddle.net>
Mon, 3 Feb 2014 23:13:08 +0000 (15:13 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 3 Feb 2014 23:13:08 +0000 (15:13 -0800)
commitade3ff242eb48b256408ddf1a73152bcb13a687b
tree0e7eec685bf75c6b5a0dc49c5cbde949012647aa
parent55428cc32908fd176450e703d58bb901b75e55db
re PR tree-optimization/59924 (uninit memory hog)

PR tree-opt/59924

        * tree-ssa-uninit.c (push_to_worklist): Don't re-push if we've
        already processed this node.
        (normalize_one_pred_1): Pass along mark_set.
        (normalize_one_pred): Create and destroy a pointer_set_t.
        (normalize_one_pred_chain): Likewise.

From-SVN: r207442
gcc/ChangeLog
gcc/tree-ssa-uninit.c