|
@@ -4835,7 +4835,7 @@ kinds of AST nodes: \code{function-ref}, \code{indirect-callq}, and
|
|
|
\code{leaq}. Inside \code{uncover-live}, when computing the $W$ set
|
|
|
(written variables) for an \code{indirect-callq} instruction, I
|
|
|
recommend including all the caller save registers, which will have the
|
|
|
-affect of making sure that no caller save register actually need to be
|
|
|
+affect of making sure that no caller save register actually needs to be
|
|
|
saved. In \code{patch-instructions}, you should deal with the x86
|
|
|
idiosyncrasy that the destination argument of \code{leaq} must be a
|
|
|
register.
|