The following code must be optimized: ``` goto @label1 :label1 goto @label2 :label2 ``` into ``` goto @label2 ```