diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2023-01-07 20:18:44 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-01-07 20:18:44 +0100 |
commit | e20bef69ccc4a85ef62359ee539c9db2dbe09127 (patch) | |
tree | 1b45ebbcb62cf8d8da5f4e173e39dc0b5e26e770 /sysdep/unix | |
parent | d1cd5e5a63b2256eb71661f7438537e4ded7b01a (diff) |
Filter: Change linearization of branches in switch instruction
Most branching instructions (FI_CONDITION, FI_AND, FI_OR) linearize its
branches in a recursive way, while FI_SWITCH branches are linearized
from parser even before the switch instruction is allocated.
Change linearization of FI_SWITCH branches to make it similar to other
branching instructions. This also fixes an issue with constant
switch evaluation, where linearized branch is mistaken for
non-linearized during switch construction.
Thanks to Jiten Kumar Pathy for the bugreport.
Diffstat (limited to 'sysdep/unix')
0 files changed, 0 insertions, 0 deletions