[PATCH] Another small cleanup to the const_and_copies stack
commitf2a4ca153cf04399eecdfb8229d63dda5754df95
authorJeff Law <law@redhat.com>
Fri, 11 Sep 2015 21:32:38 +0000 (11 15:32 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 11 Sep 2015 21:32:38 +0000 (11 15:32 -0600)
treed8af52df36b4b2862fdcabe01a633ddf05f1a06f
parentcf16e6efb00d9a5bc8a1a314779cc54df3367700
[PATCH] Another small cleanup to the const_and_copies stack

2015-09-11  Jeff Law  <law@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.

From-SVN: r227697
gcc/ChangeLog
gcc/tree-ssa-dom.c
gcc/tree-ssa-scopedtables.c
gcc/tree-ssa-scopedtables.h