summaryrefslogtreecommitdiff
path: root/src/dataflow/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dataflow/graph.h')
-rw-r--r--src/dataflow/graph.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dataflow/graph.h b/src/dataflow/graph.h
index 41b145ee9..02679995b 100644
--- a/src/dataflow/graph.h
+++ b/src/dataflow/graph.h
@@ -198,6 +198,8 @@ struct Graph : public UnifiedExpressionVisitor<Graph, Node*> {
// Visiting.
Node* visitExpression(Expression* curr) {
+ // TODO Exception handling instruction support
+
// Control flow and get/set etc. are special. Aside from them, we just need
// to do something very generic.
if (auto* block = curr->dynCast<Block>()) {