remove alignment from struct access_data
commitff3b6ef6bb18349e75700a23bb9176b895e34a6b
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Sat, 8 Apr 2017 21:00:50 +0000 (8 23:00 +0200)
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Fri, 19 May 2017 03:35:01 +0000 (19 05:35 +0200)
treefeb20e3ca2e5aeb47d03f50b4d6d53495104fee6
parentb1672eab399fdce2c050e8aa07767489a2071981
remove alignment from struct access_data

In struct access_data, the field 'alignment' is always
the one present in 'result_type' and is thus completely
redundant.

Change this by removing this field.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
linearize.c