We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a970e commit 1d5e9aaCopy full SHA for 1d5e9aa
src/wasm/wasm-ir-builder.cpp
@@ -410,8 +410,8 @@ struct IRBuilder::ChildPopper
410
// No more available values. This is valid iff we are reaching past
411
// an unreachable, but we still need the fallback behavior to ensure
412
// the input unreachable instruction is executed first. If we are
413
- // not reaching past an unreachable, the error will be caught we
414
- // when pop.
+ // not reaching past an unreachable, the error will be caught when
+ // we pop.
415
needUnreachableFallback = true;
416
goto pop;
417
}
0 commit comments