Commits

Andrew Trick committed c75fb72c93b
Reimplement SILVerifier verifyStackHeight to avoid stack explosion. Disabling SimplifyCFG exposes the problem. We were storing a vector on the stack and making non-tail-recursive calls. I reimplemented it as a worklist. Swift SVN r21063