]> CRI, Mines Paris - PSL - pipstransfo.git/blobdiff - pipstransfo.tex
Add missing line between items
[pipstransfo.git] / pipstransfo.tex
index 65ecf0bf7f670005f11771b37d91c0531404e59a..b9a9f6d23f79ffdea7d70c03c19dd24c29638232 100644 (file)
@@ -9,7 +9,7 @@
 \usepackage{hyperref}
 \usepackage{xspace}
 
-\def\PIPS{PIPS\xspace}
+\newcommand\PIPS{PIPS\xspace}
 
 
 \title{\PIPS~--- List of code transformations}
 \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.}