Commit 47e69d7 Eric Bodden
committed
1 parent df80cdf commit 47e69d7 Copy full SHA for 47e69d7
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ otherwise quite harmless.
205
205
206
206
To understand what's really going on when Shimple eliminates Phi
207
207
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':
209
209
210
210
i0 = 100;
211
211
i0_1 = i0;
@@ -294,7 +294,7 @@ eliminated.
294
294
To understand what is really going on, you can look at the output
295
295
from `soot.Main -f shimple -p sop on', `soot.Main -f shimple -p sop
296
296
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'
298
298
on this and other examples:
299
299
300
300
public int test2()
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ \subsection{Producing Jimple, Again}
230
230
231
231
To understand what's really going on when Shimple eliminates Phi
232
232
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}':
234
234
235
235
\begin {verbatim }
236
236
i0 = 100;
@@ -325,7 +325,7 @@ \subsection{Applying Shimple Optimizations}
325
325
To understand what is really going on, you can look at the output from
326
326
`{\tt soot.Main -f shimple -p sop on}', `{\tt soot.Main -f shimple -p sop
327
327
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
329
329
prune-cfg:false}' on this and other examples:
330
330
331
331
\begin {verbatim }
You can’t perform that action at this time.
0 commit comments