https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47679

--- Comment #22 from Jeffrey A. Law <law at gcc dot gnu.org> ---
Author: law
Date: Fri Sep 11 21:32:38 2015
New Revision: 227697

URL: https://gcc.gnu.org/viewcvs?rev=227697&root=gcc&view=rev
Log:
[PATCH] Another small cleanup to the const_and_copies stack

2015-09-11  Jeff Law  <l...@redhat.com>

        PR tree-optimization/47679
        * tree-ssa-dom.c (struct cond_equivalence): Update comment.
        * tree-ssa-scopedtables.h (class const_and_copies): Prefix data
        member with m_.  Update inline member functions as necessary.  Add
        toplevel comment.
        * tree-ssa-scopedtables.c: Update const_and_copies's member
        functions to use m_ prefix to access the stack.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssa-dom.c
    trunk/gcc/tree-ssa-scopedtables.c
    trunk/gcc/tree-ssa-scopedtables.h

Reply via email to