Open x87 opened 6 years ago
The following code must be optimized:
goto @label1 :label1 goto @label2 :label2
into
goto @label2
The following code must be optimized:
into