diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-07-08 10:03:39 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-08-07 12:18:26 +0200 |
| commit | 7347750afb894047b5145637cdebd1613c33d64a (patch) | |
| tree | de0ac73e686725e5cfc7bc8c58c68580606117ed /validation/linear | |
| parent | f8b6997ff58a9a057dbd858aa190577fdc4ece45 (diff) | |
| download | sparse-dev-7347750afb894047b5145637cdebd1613c33d64a.tar.gz | |
put back the bitfield base type into struct access_data
In commit 48bda7573 ("let struct access_data use a single type"),
the members result_type & source_type have been replaced by an unique
member 'type', mainly because the role of these members and when they
needed to be updated was not clear at all.
Now that the situation is much clearer, the second member, used to
hold the base type of bitfields, can be put back as it avoid
to have to call bitfield_base_type() multiple time.
Put back this member into struct access_data and use when appropriate
(which remove the now unneeded calls to bitfield_base_type()).
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/linear')
0 files changed, 0 insertions, 0 deletions
