Skip to content

Commit 4d15a3e

Browse files
author
martin
committed
Improve annotation of dependence graph declarations.
1 parent 3eed077 commit 4d15a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analyses/dependence_graph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class dep_graph_domaint:public ai_domain_baset
9191
const ai_baset &ai,
9292
const namespacet &ns) const override;
9393

94-
void make_top() final
94+
void make_top() final override
9595
{
9696
assert(node_id!=std::numeric_limits<node_indext>::max());
9797

0 commit comments

Comments
 (0)