diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-11-01 16:18:03 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-11-08 02:13:52 +0100 |
| commit | 983964c2ff72392fb7a373990f55cfcb2ba832a0 (patch) | |
| tree | 11b532ffcfe5079d7cc298cb3867720ca879e74b /validation/empty-char-constant.c | |
| parent | 2680e82101a685cca986bf619bb1dd21e0573af8 (diff) | |
| download | sparse-dev-983964c2ff72392fb7a373990f55cfcb2ba832a0.tar.gz | |
cmp: canonicalize unsigned (x {<=,>} SMAX)
Unsigned <= or > against SMAX are equivalent to testing if the
value is positive or not (when interpreted as a signed number).
Canonicalize to this positive/negative test since it only needs
the constant 0 which make it easier to handle at later steps.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/empty-char-constant.c')
0 files changed, 0 insertions, 0 deletions
