diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wasm-s-parser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wasm-s-parser.h b/src/wasm-s-parser.h index d4a4b38b4..510a976a8 100644 --- a/src/wasm-s-parser.h +++ b/src/wasm-s-parser.h @@ -795,6 +795,9 @@ private: if (ret->list.size() > 0) { ret->type = ret->list.back()->type; } + // Note that we do not name these implicit/synthetic blocks. They + // are the effects of syntactic sugar, and nothing can branch to + // them anyhow. return ret; } |