Commits

Michael Gottesman committed 98b3e5530cc
Add SILAnalysis::verify(SILFunction *) so analyses can attempt to verify their state related to a single function. If not overridden, this just calls the Module wide verification code as a sane default. I also wired up SILPassManager to call this when it is just running function passes. Swift SVN r29579