nir: put compact into bitfields in nir_variable_data
authorDave Airlie <airlied@redhat.com>
Wed, 6 Sep 2017 03:18:45 +0000 (13:18 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 7 Sep 2017 01:00:04 +0000 (11:00 +1000)
commit42d50c779ba1fcf577275940fb999db380e7e9b0
tree1b591be682a0f1ebbc4c7b1f2bb90e8a412bf12a
parentec8ed2f2779c30863f7478b8f5ad9654abbff346
nir: put compact into bitfields in nir_variable_data

This being declared bool means it won't get merged with the previous
bitfields, this seems like an oversight rather than deliberate.

Noticed when running pahole.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/compiler/nir/nir.h