Add return to DIType::Verify
authorRenato Golin <renato.golin@linaro.org>
Tue, 26 Nov 2013 16:47:00 +0000 (16:47 +0000)
committerRenato Golin <renato.golin@linaro.org>
Tue, 26 Nov 2013 16:47:00 +0000 (16:47 +0000)
commit15f7d261b5443e3b2259480ccd7bbcd1de5bfc54
tree3f96df40555568dc5f264986eff9f9c647d5eed4
parentdff57f19a14560e7ce9d5dbba17a62f1cb85021e
Add return to DIType::Verify

Code scanner ran by Sylvestre Ledru got a no_return bug
in DebugInfo.cpp. Adding the return statements that
should be there.

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