[3.13] gh-120367: fix bug where compiler detects redundant jump after pseudo op replacement (GH-120714) (#120716)

This commit is contained in:
Miss Islington (bot) 2024-06-19 00:34:07 +02:00 committed by GitHub
parent 07145ddf19
commit 50fa775e68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 28 additions and 2 deletions

View file

@ -2361,7 +2361,7 @@ convert_pseudo_ops(cfg_builder *g)
}
}
}
return remove_redundant_nops(g);
return remove_redundant_nops_and_jumps(g);
}
static inline bool