aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2021-08-04 10:55:12 +0200
committerAldy Hernandez <aldyh@redhat.com>2021-08-04 10:57:11 +0200
commit9db0bcd9fdc2e3a659d56435cb18d553f4292edb (patch)
tree4ca422275f654370862c33d4b852c023d29edbd2
parent4d562591018a51f155a2e5d8b9f3e5860111a327 (diff)
downloadgcc-9db0bcd9fdc2e3a659d56435cb18d553f4292edb.zip
gcc-9db0bcd9fdc2e3a659d56435cb18d553f4292edb.tar.gz
gcc-9db0bcd9fdc2e3a659d56435cb18d553f4292edb.tar.bz2
Mark path_range_query::dump as override.
gcc/ChangeLog: * gimple-range-path.h (path_range_query::dump): Mark override.
-rw-r--r--gcc/gimple-range-path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-range-path.h b/gcc/gimple-range-path.h
index 43f0ec8..0d2d2e7 100644
--- a/gcc/gimple-range-path.h
+++ b/gcc/gimple-range-path.h
@@ -41,7 +41,7 @@ public:
const bitmap_head *imports);
bool range_of_expr (irange &r, tree name, gimple * = NULL) override;
bool range_of_stmt (irange &r, gimple *, tree name = NULL) override;
- void dump (FILE *);
+ void dump (FILE *) override;
void debug ();
private: