make the verifier accept @llvm.donothing as the only intrinsic that can be invoked
authorNuno Lopes <nunoplopes@sapo.pt>
Thu, 28 Jun 2012 22:57:00 +0000 (22:57 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Thu, 28 Jun 2012 22:57:00 +0000 (22:57 +0000)
commit917f97c580c3ba16faa291884d6600cf2b275c99
tree93c79c87c80747fa76c53cd30ca13355d5044cd4
parent7f71f5f6b8eaea342306b0cddb04e273a8562db6
make the verifier accept @llvm.donothing as the only intrinsic that can be invoked
While at it, merge 2 tests and FileCheckize them

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159388 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Verifier.cpp
test/Verifier/invoke-1.ll [deleted file]
test/Verifier/invoke-2.ll [deleted file]
test/Verifier/invoke.ll [new file with mode: 0644]