Empty lines after sections
[pipstransfo.git] / pipstransfo.tex
index a31b2fc..9253d86 100644 (file)
@@ -22,6 +22,7 @@
 \chapter{Summary}
 
 \section{SGuelton}
 \chapter{Summary}
 
 \section{SGuelton}
+
 \begin{itemize}
 % memory allocation alteration
 \item scalar renaming
 \begin{itemize}
 % memory allocation alteration
 \item scalar renaming
@@ -65,6 +66,7 @@
 
 
 \section{Teraops}
 
 
 \section{Teraops}
+
 \begin{itemize}
 % memory allocation alteration
 \item scalar renaming
 \begin{itemize}
 % memory allocation alteration
 \item scalar renaming
 \item[goto elimination]{
   is the process of replacing \texttt{goto} instructions by a hierarchical control flow
   graph.}
 \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.}
 \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.}