cfg: remove unnecessary check for jump type
commit2cba9f6871fe92e06d5e6433f8e15d2712fa9d52
authorMichael Forney <mforney@mforney.org>
Sat, 12 Feb 2022 10:27:48 +0000 (12 02:27 -0800)
committerQuentin Carbonneaux <quentin@c9x.me>
Thu, 17 Feb 2022 21:35:22 +0000 (17 22:35 +0100)
treea824f1430b0151151c399a5810ff225d21d12076
parent3b75357e2bd14d6222bd9e3fb8b6894239ff2ae3
cfg: remove unnecessary check for jump type

This condition should match any jump with two successors. This is
needed on riscv64, where there is no flags register, so Jjnz is
used all the way to emit().
cfg.c