summaryrefslogtreecommitdiff
path: root/src/ir/iteration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir/iteration.h')
-rw-r--r--src/ir/iteration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir/iteration.h b/src/ir/iteration.h
index e897c51a5..a2c9ceef6 100644
--- a/src/ir/iteration.h
+++ b/src/ir/iteration.h
@@ -76,6 +76,7 @@ template<class Specific> class AbstractChildIterator {
public:
// The vector of children in the order emitted by wasm-delegations-fields
// (which is in reverse execution order).
+ // TODO: rename this "reverseChildren"?
SmallVector<Expression**, 4> children;
AbstractChildIterator(Expression* parent) {