* Convert the verifier to use an InstVisitor to be better structured
authorChris Lattner <sabre@nondot.org>
Thu, 18 Apr 2002 20:37:37 +0000 (20:37 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Apr 2002 20:37:37 +0000 (20:37 +0000)
commitd231fc32546b3bef9cfe1e9e600a9a75b3192743
tree71f8d8d608b6afa10a589248d50f3bf120ec1f8a
parent1d2535c0b13cc2f1d58099834d625624076e5143
* Convert the verifier to use an InstVisitor to be better structured
* Implement checking that a binary operator's two sides are the same type
* Actually check that an instruction does not have a name if it has a void
  return type.

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