diff options
Diffstat (limited to 'src/wasm-traversal.h')
-rw-r--r-- | src/wasm-traversal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-traversal.h b/src/wasm-traversal.h index eae4634b5..ee6d22aa5 100644 --- a/src/wasm-traversal.h +++ b/src/wasm-traversal.h @@ -1159,7 +1159,7 @@ struct ControlFlowWalker : public PostWalker<SubType, VisitorType> { return curr; } } else { - // an if, ignorable + // an if or try, ignorable assert(curr->template is<If>() || curr->template is<Try>()); } if (i == 0) { |