Verifier: Don't return early from verifyTypeRefs()
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 31 Mar 2015 02:37:13 +0000 (02:37 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 31 Mar 2015 02:37:13 +0000 (02:37 +0000)
commit6b9d1f9cee026ac605a87ae04e75e1add4012ac4
tree66de182288f50f12e0d874e649b9a3db14934cd0
parent35ef0ef906d9771f47a4b25fbe095012590e5879
Verifier: Don't return early from verifyTypeRefs()

We'll no longer crash in the `verifyTypeRefs()` (used to be called
`verifyDebugInfo()`), so there's no reason to return early here.  Remove
the `EverBroken` member since this was the only use!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233665 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Verifier.cpp