Fix visitInvokeInst to call visitTerminatorInst, and remove
authorDan Gohman <gohman@apple.com>
Mon, 2 Aug 2010 23:09:14 +0000 (23:09 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 2 Aug 2010 23:09:14 +0000 (23:09 +0000)
commitdacfc5d37f649fb15aaa339eaf1b010c4f44c803
treebcfba054fbe631fe20f4cc38dee8d92972282152
parent376809140794cf430c23f1054b9614073eec10b4
Fix visitInvokeInst to call visitTerminatorInst, and remove
a redundant check from checkInstruction.

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