public class ApplyPeepholeOptimizations
extends java.lang.Object
This sample application illustrates how to modify bytecode with the ProGuardCORE API.
It applies peephole optimizations to all code that it processes.
Usage:
java proguard.examples.ApplyPeepholeOptimizations input.jar output.jar