Skip to content

Commit 21997bf

Browse files
committed
Fix typo
1 parent d98015f commit 21997bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer_symbols.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ _Py_uop_sym_apply_predicate_narrowing(JitOptContext *ctx, JitOptRef ref, bool br
870870
bool lhs_is_const = _Py_uop_sym_is_const(ctx, lhs_ref);
871871
bool rhs_is_const = _Py_uop_sym_is_const(ctx, rhs_ref);
872872
if (!lhs_is_const && !rhs_is_const) {
873-
return;;
873+
return;
874874
}
875875

876876
bool narrow = false;

0 commit comments

Comments
 (0)