Jeremy Siek 9 年之前
父节点
当前提交
ad8e001c77
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -3474,7 +3474,7 @@ for the compilation of $R_2$.
 \label{sec:opt-if}
 \label{sec:opt-if}
 
 
 A close inspection of the x86 code generated in
 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$
 regarding the condition of the \key{if}. We compare \key{rcx} to $1$
 twice using \key{cmpq} as follows.
 twice using \key{cmpq} as follows.
 \begin{lstlisting}
 \begin{lstlisting}