\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
+\usepackage{lmodern}
\usepackage{listings}
\usepackage{hyperref}
-\title{PIPS - List of code transformations}
+\title{PIPS~--- List of code transformations}
\item[loop normalization]{is a loop transformation that changes
the loop initial increment value or the loop range to enforce certain values,
- generally 1.}
+ generally~1.}
\end{description}
multidimensional array into unidimensional arrays, possibly with a
conversion from array to pointer.}
-
-
-
+\item[loop normalization]{is a loop transformation that changes
+ the loop initial increment value or the loop range to enforce certain values, generally~1.}
\item[iteration clamping]{is a loop transformation that extends
the loop range but guards the loop body with the former range.}
\section{References}
-\end{document}
\ No newline at end of file
+\end{document}