x87 / scout

Scout Decompiler
https://scout.sannybuilder.com/
Other
9 stars 0 forks source link

Eliminate intermediate branches #6

Open x87 opened 6 years ago

x87 commented 6 years ago

The following code must be optimized:

goto @label1

:label1
goto @label2

:label2

into

goto @label2