From 87c353241c9deb38b4a7040b2036d3a3f4e05e24 Mon Sep 17 00:00:00 2001 From: Vivien Maisonneuve Date: Thu, 13 Feb 2014 13:27:51 +0100 Subject: [PATCH] Fix header names --- pipstransfo.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pipstransfo.tex b/pipstransfo.tex index 6a6e6d0..f7be25f 100644 --- a/pipstransfo.tex +++ b/pipstransfo.tex @@ -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 @@ -108,7 +108,7 @@ \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} -- 2.20.1