aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-im.c
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2018-01-22 20:53:57 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2018-01-22 20:53:57 +0000
commit3774938ec6bd45fa4038613ff0a5d3cf56335a60 (patch)
tree766a536152f2223e9477da07356f32956bb5e346 /gcc/tree-ssa-loop-im.c
parent4101250d9ef042fd6a5f24228510162e1203dce9 (diff)
downloadgcc-3774938ec6bd45fa4038613ff0a5d3cf56335a60.zip
gcc-3774938ec6bd45fa4038613ff0a5d3cf56335a60.tar.gz
gcc-3774938ec6bd45fa4038613ff0a5d3cf56335a60.tar.bz2
Finish removing class move_computations_dom_walker
r232820 (aka 2c7b2f8860794cc9b9cf5eeea9d7dc109c0de3be) removed the implementation of class move_computations_dom_walker, but kept the decl. This patch removes the stray decl. gcc/ChangeLog: PR tree-optimization/69452 * tree-ssa-loop-im.c (class move_computations_dom_walker): Remove decl. From-SVN: r256963
Diffstat (limited to 'gcc/tree-ssa-loop-im.c')
-rw-r--r--gcc/tree-ssa-loop-im.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/tree-ssa-loop-im.c b/gcc/tree-ssa-loop-im.c
index 7864fbd..4655766 100644
--- a/gcc/tree-ssa-loop-im.c
+++ b/gcc/tree-ssa-loop-im.c
@@ -1081,17 +1081,6 @@ invariantness_dom_walker::before_dom_children (basic_block bb)
return NULL;
}
-class move_computations_dom_walker : public dom_walker
-{
-public:
- move_computations_dom_walker (cdi_direction direction)
- : dom_walker (direction), todo_ (0) {}
-
- virtual edge before_dom_children (basic_block);
-
- unsigned int todo_;
-};
-
/* Hoist the statements in basic block BB out of the loops prescribed by
data stored in LIM_DATA structures associated with each statement. Callback
for walk_dominator_tree. */