X-Git-Url: https://scm.cri.ensmp.fr/git/pipstransfo.git/blobdiff_plain/376c9fa460a27f89aa94f5b0dc2c82f8b4d4dadd..2baa95348d39d3ac59ed69768e53ffdf9070ee55:/pipstransfo.tex diff --git a/pipstransfo.tex b/pipstransfo.tex index 65ecf0b..b9a9f6d 100644 --- a/pipstransfo.tex +++ b/pipstransfo.tex @@ -9,7 +9,7 @@ \usepackage{hyperref} \usepackage{xspace} -\def\PIPS{PIPS\xspace} +\newcommand\PIPS{PIPS\xspace} \title{\PIPS~--- List of code transformations} @@ -216,6 +216,7 @@ \item[goto elimination]{ is the process of replacing \texttt{goto} instructions by a hierarchical control flow graph.} + \item[outlining]{ is the process of extracting part of a function body into a new function and replacing it in the initial function by a function call.}