Skip to content

Commit 47e69d7

Browse files
author
Eric Bodden
committed
fixing documentation issue, fixes #359
1 parent df80cdf commit 47e69d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/soot/shimple/README

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ otherwise quite harmless.
205205

206206
To understand what's really going on when Shimple eliminates Phi
207207
nodes, you can tell it to eliminate them naively with `soot.Main -f
208-
jimple -via-shimple -p shimple phi-elim-opt:none ShimpleTest':
208+
jimple -via-shimple -p shimple ShimpleTest':
209209

210210
i0 = 100;
211211
i0_1 = i0;
@@ -294,7 +294,7 @@ eliminated.
294294
To understand what is really going on, you can look at the output
295295
from `soot.Main -f shimple -p sop on', `soot.Main -f shimple -p sop
296296
on -p sop.cpf prune-cfg:false' and `soot.Main -f jimple -via-shimple
297-
-p shimple phi-elim-opt:none -p sop on -p sop.cpf prune-cfg:false'
297+
-p shimple -p sop on -p sop.cpf prune-cfg:false'
298298
on this and other examples:
299299

300300
public int test2()

tutorial/shimple/shimple.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ \subsection{Producing Jimple, Again}
230230

231231
To understand what's really going on when Shimple eliminates Phi
232232
nodes, you can tell it to eliminate them naively with `{\tt soot.Main
233-
-f jimple --via-shimple -p shimple phi-elim-opt:none ShimpleTest}':
233+
-f jimple --via-shimple -p shimple ShimpleTest}':
234234

235235
\begin{verbatim}
236236
i0 = 100;
@@ -325,7 +325,7 @@ \subsection{Applying Shimple Optimizations}
325325
To understand what is really going on, you can look at the output from
326326
`{\tt soot.Main -f shimple -p sop on}', `{\tt soot.Main -f shimple -p sop
327327
on -p sop.cpf prune-cfg:false}' and `{\tt soot.Main -f jimple
328-
--via-shimple -p shimple phi-elim-opt:none -p sop on -p sop.cpf
328+
--via-shimple -p shimple -p sop on -p sop.cpf
329329
prune-cfg:false}' on this and other examples:
330330

331331
\begin{verbatim}

0 commit comments

Comments
 (0)