|
@@ -9396,7 +9396,7 @@ return a \code{Goto} to the new label.
|
|
[(Goto label) (Goto label)]
|
|
[(Goto label) (Goto label)]
|
|
[else
|
|
[else
|
|
(let ([label (gensym 'block)])
|
|
(let ([label (gensym 'block)])
|
|
- (set! basic-blocks (cons (cons label tail) basic-blocks))
|
|
|
|
|
|
+ (set! basic-blocks (cons (cons label t) basic-blocks))
|
|
(Goto label))]))
|
|
(Goto label))]))
|
|
\end{lstlisting}
|
|
\end{lstlisting}
|
|
\end{minipage}
|
|
\end{minipage}
|