Fix header names
authorVivien Maisonneuve <v.maisonneuve@gmail.com>
Thu, 13 Feb 2014 12:27:51 +0000 (13:27 +0100)
committerVivien Maisonneuve <v.maisonneuve@gmail.com>
Thu, 13 Feb 2014 12:27:51 +0000 (13:27 +0100)
pipstransfo.tex

index 6a6e6d0..f7be25f 100644 (file)
@@ -34,7 +34,7 @@
 \item inlining
 % basic bloc transformations
 \item forward substitution
-% dead code removal
+% dead code elimination
 \item constant propagation
 \item dead code elimination
 
 \item statement reordering % not supported by Pips
 \item expression optimization
 \item partial redundancy elimination
-% dead code removal
+% dead code elimination
 \item unreachable code
 \item semantically uneachable code
 \item if and loop elimination
@@ -153,7 +153,7 @@ A prelude and/or postlude are added to preserve the number of iteration.}
 
 \section{Base blocs transformations}
 
-\section{Dead code removal}
+\section{Dead code elimination}
 
 \begin{description}
 
@@ -165,7 +165,7 @@ A prelude and/or postlude are added to preserve the number of iteration.}
 
 \end{description}
 
-\section{Other (non classes)}
+\section{Other (unclassified)}
 
 \begin{description}