Skip to content

Commit 761db6d

Browse files
mattjohnsonpintCountBleck
authored andcommitted
.
1 parent 0af8cce commit 761db6d

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
@@ -2828,7 +2828,7 @@ export class Compiler extends DiagnosticEmitter {
28282828
let tempLocalIndex = tempLocal.index;
28292829
let breaks = new Array<ExpressionRef>(1 + numCases);
28302830
breaks[0] = module.local_set(tempLocalIndex, condExpr, condType.isManaged);
2831-
2831+
28322832
// Make one br_if per labeled case and leave it to Binaryen to optimize the
28332833
// sequence of br_ifs to a br_table according to optimization levels
28342834
let breakIndex = 1;

0 commit comments

Comments
 (0)