Commits

Mark Lacey committed 48b0e18e23f
Hook instruction insertion & removal. Call back to the SILModule to notify of instructions being inserted or removed from basic blocks. The intent is to use this to notify the call graph (if one exists and the module knows about it). We can then use these notifications to automatically update the call graph. Swift SVN r32359