On Tue, 14 Apr 2020 at 19:48, Momchil Velikov <momchil.velikov at gmail.com> wrote: > > Hi, > > > + MachineInstr *callMI = static_cast<MachineInstr *> (MIB); > > Use MIB.getInstr() here. Fixed, thanks for pointing it out! Thanks, Prathamesh > > ~chill >