diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-11-17 07:10:45 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-11-21 18:22:11 +0100 |
| commit | 1221dc1c8c4299c57bb53a7b0b8a8e4e8729f9d6 (patch) | |
| tree | 63c7ac33601a28e94c722d3a62762e103afe56a2 /Documentation | |
| parent | 7943063c5206e28f00d6f4c5117de034c369cd92 (diff) | |
| download | sparse-dev-1221dc1c8c4299c57bb53a7b0b8a8e4e8729f9d6.tar.gz | |
simplify CGOTO(SEL(x, L1, L2)) into CBR x, L1, L2
A computed goto having as operand a select of 2 statically known addresses
(OP_SETVAL/EXPR_LABEL) is equivalent to a simple conditional branch.
Simplify such computed goto into the corresponding OP_CBR
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions
