From: David Malcolm Date: Wed, 15 Jan 2020 15:31:36 +0000 (-0500) Subject: analyzer: fix comment X-Git-Tag: basepoints/gcc-11~2087 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e9a9996ab334133c78f1445173d8e663edd3e9;p=thirdparty%2Fgcc.git analyzer: fix comment I rewrote class impl_region_model_context to avoid using multiple inheritance during patch review but forgot to update this comment. Fix it. gcc/analyzer/ChangeLog: * engine.cc (class impl_region_model_context): Fix comment. --- diff --git a/gcc/analyzer/ChangeLog b/gcc/analyzer/ChangeLog index 340288c08d4c..2ca714411996 100644 --- a/gcc/analyzer/ChangeLog +++ b/gcc/analyzer/ChangeLog @@ -1,3 +1,7 @@ +2020-01-15 David Malcolm + + * engine.cc (class impl_region_model_context): Fix comment. + 2020-01-14 David Malcolm PR analyzer/93212 diff --git a/gcc/analyzer/engine.cc b/gcc/analyzer/engine.cc index 9092024d3a40..92615e6cd4ff 100644 --- a/gcc/analyzer/engine.cc +++ b/gcc/analyzer/engine.cc @@ -64,7 +64,7 @@ along with GCC; see the file COPYING3. If not see static int readability_comparator (const void *p1, const void *p2); -/* class impl_region_model_context : public region_model_context, public log_user. */ +/* class impl_region_model_context : public region_model_context. */ impl_region_model_context:: impl_region_model_context (exploded_graph &eg,