Skip to content

Commit 153ca02

Browse files
.
1 parent b39f17e commit 153ca02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2818,7 +2818,7 @@ export class Compiler extends DiagnosticEmitter {
28182818
let tempLocalIndex = tempLocal.index;
28192819
let breaks = new Array<ExpressionRef>(1 + numCases);
28202820
breaks[0] = module.local_set(tempLocalIndex, condExpr, condType.isManaged);
2821-
2821+
28222822
// Make one br_if per labeled case and leave it to Binaryen to optimize the
28232823
// sequence of br_ifs to a br_table according to optimization levels
28242824
let breakIndex = 1;

0 commit comments

Comments
 (0)