Commits
Chris Lattner committed c03154629d1
Enhance SILBuilder to give clients a way to track what instructions are newly created with the builder. This is useful when you want to separate the complicated logic for creating instructions from something that wants to bulk process them. One example is debug info generation in SILGen. Swift SVN r7511