Add assertions that verify that the actual arguments to a call or invoke match
authorChris Lattner <sabre@nondot.org>
Wed, 3 May 2006 00:48:22 +0000 (00:48 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 May 2006 00:48:22 +0000 (00:48 +0000)
commit9b4c96d45dfeda453709478286bcc5e6b784aca4
tree44f78cbf8474fe629591896cf3da9324d75b860b
parentaf1563fb62ed76f4818ac172ab1c6cf15fa35a82
Add assertions that verify that the actual arguments to a call or invoke match
the prototype of the called function.

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