summaryrefslogtreecommitdiff
path: root/src/analysis/lattices/flat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/lattices/flat.h')
-rw-r--r--src/analysis/lattices/flat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/analysis/lattices/flat.h b/src/analysis/lattices/flat.h
index c34f8fc7c..b3cfe3809 100644
--- a/src/analysis/lattices/flat.h
+++ b/src/analysis/lattices/flat.h
@@ -68,6 +68,7 @@ public:
return EQUAL;
}
}
+
bool join(Element& self, const Element& other) const noexcept {
switch (compare(self, other)) {
case LESS: