Question 19
Consider the following intermediate program in three address code:
p = a - b q = p * c p = u * v q = p + q
Which one of the following corresponds to a static single assignment form of the above code?
Sign in to see the answer
Answers and explanations are free — they just need an account.