Make the verifier reject instructions which have null pointers
authorChris Lattner <sabre@nondot.org>
Thu, 28 Aug 2008 04:02:44 +0000 (04:02 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Aug 2008 04:02:44 +0000 (04:02 +0000)
commitcad208b8bc1458c42ca93430fcccbc18e1a5d4ab
tree3ed39f97023c8d54eccdd745a86925cb65c76911
parent1e1ef3e2bd40920ff26b50fbf44e442db99e7801
Make the verifier reject instructions which have null pointers
for operands: rdar://6179606.  no testcase, because I can't write
a .ll file that is this broken ;-)

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