Commits

Roman Levenstein committed 141b8f814d8
Verify SIL modules at the beginning and at the end of the SIL optimization pipelines, if -sil-verify-all is provided Till now, a SIL module would be only verified if an optimization has changed it. But if there were no changes, then no verification would happen and some SIL module format errors would stay unnoticed. This was happening in certain cases when reading a textual SIL module representation, which turned out to be broken, but SIL verifier wouldn't catch it. Swift SVN r31863