Jeremy Siek před 9 roky
rodič
revize
ad8e001c77
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -3474,7 +3474,7 @@ for the compilation of $R_2$.
 \label{sec:opt-if}
 
 A close inspection of the x86 code generated in
-Figure~\ref{fig:R2-passes} reveals some redundant computation
+Figure~\ref{fig:if-example-x86} reveals some redundant computation
 regarding the condition of the \key{if}. We compare \key{rcx} to $1$
 twice using \key{cmpq} as follows.
 \begin{lstlisting}