Skip to content

Commit c40be01

Browse files
authored
Merge pull request #213 from abhinav-upadhyay/patch-3
Remove repeated occurrence of "interference graph"
2 parents add4fab + 7437c3c commit c40be01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5321,7 +5321,7 @@ \section{Registers and Calling Conventions}
53215321
we compute which variables are in use at every instruction
53225322
(section~\ref{sec:liveness-analysis-Lvar}). When we build the
53235323
interference graph (section~\ref{sec:build-interference}), we can
5324-
place an edge in the interference graph between each call-live
5324+
place an edge in the graph between each call-live
53255325
variable and the caller-saved registers. This will prevent the graph
53265326
coloring algorithm from assigning call-live variables to caller-saved
53275327
registers.

0 commit comments

Comments
 (0)