diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-12-20 18:23:54 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-12-20 23:49:13 +0100 |
| commit | 003116e1263d9a0cdb9b8171caba225710faa4a6 (patch) | |
| tree | 421f2854291a498c627bfd32c131850c97e0cc63 /Makefile | |
| parent | b19ebd8c84c58c3b19c13a20f4efe180e41ac540 (diff) | |
| download | sparse-dev-003116e1263d9a0cdb9b8171caba225710faa4a6.tar.gz | |
remove redundant check of _Bool bitsize
To test if a type is a variant of _Bool it is useless
to test is_bool_type(x) *and* test if 'x->bit_size == 1'
since the first implies the second.
So, remove the test of the bitsize.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
