Skip to content

Commit ac8940b

Browse files
committed
Update comment
1 parent 60665c9 commit ac8940b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/flowgraph.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2703,7 +2703,7 @@ load_fast_push_block(basicblock ***sp, basicblock *target,
27032703
}
27042704

27052705
/*
2706-
* Strength reduce LOAD_FAST{_LOAD_FAST} instructions into weaker variants that
2706+
* Strength reduce LOAD_FAST{_LOAD_FAST} instructions into faster variants that
27072707
* load borrowed references onto the operand stack.
27082708
*
27092709
* This is only safe when we can prove that the reference in the frame outlives

0 commit comments

Comments
 (0)