The normal edge of an invoke is not allowed to branch to a block with a
authorEli Friedman <eli.friedman@gmail.com>
Fri, 10 Aug 2012 20:55:20 +0000 (20:55 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 10 Aug 2012 20:55:20 +0000 (20:55 +0000)
commit6b951b25c35f739ee0a1b5a4615718220830817d
treef694880df3f60acec17d71960f8c6652927e8733
parentd9b45125935b05578255501a7e05fba9de603609
The normal edge of an invoke is not allowed to branch to a block with a
landingpad.  Enforce it in the verifier, and fix the regression tests to match.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161697 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Verifier.cpp
test/Assembler/2003-06-17-InvokeDisassemble.ll [deleted file]
test/CodeGen/Generic/2009-06-03-UnreachableSplitPad.ll [deleted file]
test/Transforms/InstCombine/crash.ll
test/Transforms/PruneEH/2003-09-14-ExternalCall.ll [deleted file]
test/Transforms/SimplifyCFG/2003-08-05-MishandleInvoke.ll [deleted file]
test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll [deleted file]
test/Transforms/SimplifyCFG/2009-06-15-InvokeCrash.ll [deleted file]
test/Verifier/invoke.ll