projects
/
pipstransfo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7b9917f
)
Add missing line between items
author
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Tue, 11 Feb 2014 16:58:44 +0000
(17:58 +0100)
committer
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Tue, 11 Feb 2014 16:58:44 +0000
(17:58 +0100)
pipstransfo.tex
patch
|
blob
|
history
diff --git
a/pipstransfo.tex
b/pipstransfo.tex
index
a31b2fc
..
b9a9f6d
100644
(file)
--- a/
pipstransfo.tex
+++ b/
pipstransfo.tex
@@
-216,6
+216,7
@@
\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.}