Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMil committed Oct 18, 2024
1 parent e08a733 commit 2e5a538
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 127 deletions.
1 change: 1 addition & 0 deletions src/main/java/soot/JimpleBodyPack.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ private void applyPhaseOptions(JimpleBody b, Map<String, String> opts) {
pacman.getTransform("jb.lp").apply(b); // LocalPacker
pacman.getTransform("jb.ne").apply(b); // NopEliminator
pacman.getTransform("jb.uce").apply(b); // UnreachableCodeEliminator: Again, we might have new dead code
pacman.getTransform("jb.cp").apply(b); // CopyPropagator

// LocalNameStandardizer: After all these changes, some locals
// may end up being eliminated. If we want a stable local iteration
Expand Down
Loading

0 comments on commit 2e5a538

Please sign in to comment.