Consider the grammar rule E→E1−E2 for arithmetic expressions. The code generated is targeted to a CPU having a single user register. The subtraction operation requires the first operand to be in the register. If E1 and E2 do not have any common subexpression, in order to get the shortest possible code