Commits

Joe Groff committed 9dbf7fe572e
SIL DiagnoseUnreachable pass: Break an infinite loop in diagnosing unreachable blocks. If we've already walked a block, we don't need to again. There might be a better structural fix here, but this at least stops us from blowing up the stack. rdar://problem/19635437 Swift SVN r24848