Commits
Arnold Schwaighofer committed d32bda428fc
ARC: Ignore more failing blocks
Adds an ignore pattern for cond_fail unreachable blocks. These can happen
because of code that does a preconditionFailure on a branch.
if cond {
preconditionFailure("Must not happen")
}
No performance impact measure on the perf test suite.
Swift SVN r21334