Add missing line between items
[pipstransfo.git] / pipstransfo.tex
index a31b2fc..b9a9f6d 100644 (file)
 \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.}