Skip to content

Commit

Permalink
disable CopyPropagator
Browse files Browse the repository at this point in the history
  • Loading branch information
Rody Kersten committed Jul 1, 2016
1 parent ae3f787 commit cd9e499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soottocfg/src/main/java/soottocfg/soot/SootToCfg.java
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private void constructCfg(SootClass sc) {
Body body = null;
try {
body = sm.retrieveActiveBody();
CopyPropagator.v().transform(body);
// CopyPropagator.v().transform(body);
} catch (RuntimeException e) {
// TODO: print warning that body couldn't be retrieved.
continue;
Expand Down

0 comments on commit cd9e499

Please sign in to comment.