Commits

Roman Levenstein committed b5d964d536f
Add a function to remove a global variable from a SILModule. This API is useful for some global optimizations. If we can prove that a global is not used in the application, we can remove it. Swift SVN r31529