Commits

Mark Lacey committed 2525fbf682b
Allow clients of the SILInliner to specify a callback. This callback is called on each newly generated instruction that results from cloning the body of the callee. The intent is to use this to collect a subset of newly generated instructions, e.g. ApplyInst/TryApplyInst. Swift SVN r26843