Hi, all
Can use hook method as the following sample:
* add a phase to transformer pack by call Pack.add */
Pack jtp = PackManager.v().getPack("jtp");
jtp.add(new Transform("jtp.instrumenter",
new InvokeStaticInstrumenter()));
to add a phase to print def/use chain for load Inst in baf IR ?
Thanks!
Richard