* Update to work with Megapatch
authorChris Lattner <sabre@nondot.org>
Tue, 25 Jun 2002 15:56:27 +0000 (15:56 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 25 Jun 2002 15:56:27 +0000 (15:56 +0000)
commit24e845fa9565cd889b3e1e7cc0d5f0b17d3158be
tree9f6be13ac67137e5ce19907c869a603bbdd111ef
parent9234d03373b7e0e590836f8fe1a5cd560d2620ea
* Update to work with Megapatch
* Add two new checks:
  * PHI nodes must be the first thing in a basic block, all grouped together
  * All basic blocks should only end with terminator insts, not contain them

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