gh-120367: fix bug where compiler detects redundant jump after pseudo op replacement (#120714)

This commit is contained in:
Irit Katriel 2024-06-18 23:09:23 +01:00 committed by GitHub
parent 69058e20e4
commit b7f478948f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 28 additions and 2 deletions

View file

@ -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