*Could someone please help me with this***

Sketch the decorated parse tree to produce the three-address code for the following loop:

while (a < b)

a = a + c;