]> git.ipfire.org Git - thirdparty/gcc.git/commit
[PATCH] Another small cleanup to the const_and_copies stack
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Sep 2015 21:32:38 +0000 (21:32 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Sep 2015 21:32:38 +0000 (21:32 +0000)
commit01e5628590060cf4b472f105ff1095498a1c573b
treed8af52df36b4b2862fdcabe01a633ddf05f1a06f
parentd3e2cde20a99bcb6bdb5a7655cd27b0950815115
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227697 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-ssa-dom.c
gcc/tree-ssa-scopedtables.c
gcc/tree-ssa-scopedtables.h