Tighten up verifier checks. The result of an invoke instruction only
authorChris Lattner <sabre@nondot.org>
Wed, 14 Jan 2004 04:25:59 +0000 (04:25 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 14 Jan 2004 04:25:59 +0000 (04:25 +0000)
commit30768ac3c2395d5b2047ec84e1b8f4330ba2658f
tree1928726bbf2ba3360e711a50f7616128adf105c6
parent0cccb18c98ac83e0166eebf9c4192c6998aabf39
Tighten up verifier checks.  The result of an invoke instruction only
dominates the normal destination, not the exceptional dest (ie, the result
of a call is undefined on an exception)

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