"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "95a73e2eab47145828ff2dd7cdd9e67a5a1817b9"
Add the MachineInstrSpan class.
MachineInstrSpan is initialized with a MachineBasicBlock::iterator, and is intended to track which instructions are inserted before/after that instruction from the time the MachineInstrSpan is created. It provides a begin()/end() interface to walk the range of instructions inserted around the initial instruction (including that initial instruction). It also provides a getInitial() interface to return the initial iterator. llvm-svn: 188436
Loading
Please register or sign in to comment