aboutsummaryrefslogtreecommitdiff
path: root/gcc/lra-constraints.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2015-09-16 11:25:51 -0600
committerJeff Law <law@gcc.gnu.org>2015-09-16 11:25:51 -0600
commitd31398011e31409de9fc3fcc916fcbcd568fc40c (patch)
tree97c6ebe9050734b2f4b82e181065b4e23f7f0fde /gcc/lra-constraints.c
parent1d44db181fe6bbebf3c2ed3edf523cf87d66304c (diff)
downloadgcc-d31398011e31409de9fc3fcc916fcbcd568fc40c.zip
gcc-d31398011e31409de9fc3fcc916fcbcd568fc40c.tar.gz
gcc-d31398011e31409de9fc3fcc916fcbcd568fc40c.tar.bz2
[PATCH] Move code out of tree-ssa-dom into tree-ssa-scopedtables
PR tree-optimization/47679 * tree-ssa-dom.c (enum expr_kind): Moved from here to tree-ssa-scopedtables.h. (struct hashable_expr, class expr_hash_elt): Likewise. (struct expr_elt_hasher, class avail_exprs_stack): Likewise. Move associated methods into tree-ssa-scopedtables.c. (avail_expr_hash, initialize_expr_from_cond): Similarly. (hashable_expr_equal_p, add_expr_commutative): Likewise. (add_hashable_expr): Likewise. (record_cond): Delete element directly. * tree-ssa-scopedtables.h (avail_expr_stack, const_and_copies): Add private copy ctor and assignment operator methods. (expr_elt_hasher): Inline trivial methods. (initialize_expr_from_cond): Prototype. * tree-ssa-scopedtables.c: Add necessary includes, functions and methods that were previously in tree-ssa-dom.c. Improve various comments. From-SVN: r227831
Diffstat (limited to 'gcc/lra-constraints.c')
0 files changed, 0 insertions, 0 deletions