249af96d3c
Replaces a statement of the form a = a + b with a statement of the form a += b.
Replaces a statement of the form a = a + b with a statement of the form a += b.