remove the type checking logic already done by tblgen, just keep the
authorChris Lattner <sabre@nondot.org>
Sun, 24 Aug 2008 20:46:13 +0000 (20:46 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 24 Aug 2008 20:46:13 +0000 (20:46 +0000)
commit415b414a8f20d3f2a45fccbbdaf9f4830cc9ea58
tree9be1e63b3d40e4b40328b513da9ef95683b67d3a
parentedfb72c6288118ab9c900a560ded89dfaa107296
remove the type checking logic already done by tblgen, just keep the
parts tblgen doesn't do (checking for constant, alloca, enclosing
function has gc marker).  This passes dj! :)

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