diff --git a/book.tex b/book.tex index 85d1924..b134f62 100644 --- a/book.tex +++ b/book.tex @@ -5321,7 +5321,7 @@ \section{Registers and Calling Conventions} we compute which variables are in use at every instruction (section~\ref{sec:liveness-analysis-Lvar}). When we build the interference graph (section~\ref{sec:build-interference}), we can -place an edge in the interference graph between each call-live +place an edge in the graph between each call-live variable and the caller-saved registers. This will prevent the graph coloring algorithm from assigning call-live variables to caller-saved registers.