diff options
Diffstat (limited to 'src/ir/possible-contents.cpp')
-rw-r--r-- | src/ir/possible-contents.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir/possible-contents.cpp b/src/ir/possible-contents.cpp index cf30cd917..d292529dc 100644 --- a/src/ir/possible-contents.cpp +++ b/src/ir/possible-contents.cpp @@ -910,7 +910,7 @@ struct InfoCollector } WASM_UNREACHABLE("unexpected op"); } - void visitArrayInit(ArrayInit* curr) { + void visitArrayNewFixed(ArrayNewFixed* curr) { if (curr->type == Type::unreachable) { return; } |