hi...i wanted to implement backpatching algorithm in c++...
but am not sure the way i shud proceed....

can some one give me the approach or pseudocode on backpatching
eg
x<y or y<z
then the three address code before backpathcing
is
if x<y goto------
goto----
if y<z goto------
goto-----

can someone give me the approach