Revert this. There's no way to verifiy indirect calls, and an optimizer can turn
authorTorok Edwin <edwintorok@gmail.com>
Fri, 22 May 2009 07:12:05 +0000 (07:12 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Fri, 22 May 2009 07:12:05 +0000 (07:12 +0000)
commit382cb2189a69d169e3ac8b63498ee838022710b2
tree26f9bc41b74f28039dcf0b9543f96f8e78acf826
parent9107c546939d02455283214818359c17b3875051
Revert this. There's no way to verifiy indirect calls, and an optimizer can turn
indirect call into direct call, thus the verifier would reject something it
previously accepted.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72249 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Verifier.cpp
test/Assembler/2009-05-22-CC.ll [deleted file]
test/Verifier/2009-05-22-CC.ll [deleted file]