This PR fixes a bug introduced in b1055e9a4946b0c9019c0f9b3d2f90f3bb70741a which always prevented de-optimization of operators such as +=. This also had the unintended side-effect of completely preventing the max= and min= operators from being recognized.
This PR fixes a bug introduced in b1055e9a4946b0c9019c0f9b3d2f90f3bb70741a which always prevented de-optimization of operators such as
+=
. This also had the unintended side-effect of completely preventing themax=
andmin=
operators from being recognized.