Make sure that we abort if an error happens as early as neccesary. Before
authorChris Lattner <sabre@nondot.org>
Thu, 19 Sep 2002 16:12:19 +0000 (16:12 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Sep 2002 16:12:19 +0000 (16:12 +0000)
commit3e1f144a1d5b989ea96b4e5fa3538daf0cc5c5a9
tree3e9c714e692e5c8f176b0695fb213cdbf3d3df81
parent0f82df410caf8242406fa7e8bbd555e4854ffe48
Make sure that we abort if an error happens as early as neccesary.  Before
it was possible for the passmanager to continue running passes after the
verifier even if the module was not well formed.

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