bits: Fix handling of |= and &=
commit61ac8e557643a64da294d4ee333422c821f87c35
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 6 May 2020 14:55:43 +0000 (6 17:55 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 6 May 2020 14:55:43 +0000 (6 17:55 +0300)
tree7df9c2f5c80c6ae599a01371c41d3ac125a94755
parent8f81249b3c2f1aa6d2b3133ae7ba7d5099c8fbbd
bits: Fix handling of |= and &=

Obviously |= and &= are very important so it's weird that it took so long
to add this.  The patch looks more complicated than I would have expected
and I believe the reason for this is because it has tricky ordering with
the modification hook.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_bits.c