diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/flowgraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/flowgraph.c b/Python/flowgraph.c index 6f30dfc..8c1c20a 100644 --- a/Python/flowgraph.c +++ b/Python/flowgraph.c @@ -2389,7 +2389,7 @@ convert_pseudo_ops(cfg_builder *g) } } } - return remove_redundant_nops(g); + return remove_redundant_nops_and_jumps(g); } static inline bool |