projects
/
pipstransfo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
unwanted merge with Vivien
[pipstransfo.git]
/
pipstransfo.tex
diff --git
a/pipstransfo.tex
b/pipstransfo.tex
index
7409fd1
..
06f9f63
100644
(file)
--- a/
pipstransfo.tex
+++ b/
pipstransfo.tex
@@
-3,12
+3,13
@@
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
+\usepackage{lmodern}
\usepackage{listings}
\usepackage{hyperref}
\usepackage{listings}
\usepackage{hyperref}
-\title{PIPS
- List of code transformations}
+\title{PIPS
~--
- List of code transformations}
@@
-59,7
+60,7
@@
\item[loop normalization]{is a loop transformation that changes
the loop initial increment value or the loop range to enforce certain values,
\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}
\end{description}
@@
-139,9
+140,8
@@
multidimensional array into unidimensional arrays, possibly with a
conversion from array to pointer.}
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.}
\item[iteration clamping]{is a loop transformation that extends
the loop range but guards the loop body with the former range.}
@@
-179,4
+179,4
@@
\section{References}
\section{References}
-\end{document}
\ No newline at end of file
+\end{document}