* Verify function prototypes, not just functions with bodies.
authorChris Lattner <sabre@nondot.org>
Thu, 3 Jun 2004 06:38:43 +0000 (06:38 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 3 Jun 2004 06:38:43 +0000 (06:38 +0000)
commit7c277b3a6453dd81ad480c4fcf49a3a01f3e0f62
tree5dd1ac437b1bcd5174fc6977238415add049f3d6
parent8c4174a0a73e5f8716f6741f39d69f726c7df6cb
* Verify function prototypes, not just functions with bodies.
* Verify that functions do not take aggregates as arguments.

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