Fix erroneous assertion failure on the following code:
authorChris Lattner <sabre@nondot.org>
Sun, 21 Oct 2001 21:54:51 +0000 (21:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 21 Oct 2001 21:54:51 +0000 (21:54 +0000)
commitbfabd8877dce8e5942e1cddd9e945dc48e2276cd
tree443852e3c5314744fdc340180945f9369b365bf4
parent23192ebe953bb50c09dca6de2b30681a044b2411
Fix erroneous assertion failure on the following code:
declare int "malloc"(...)

...

%reg112 = call int (...) * %malloc( uint %cast1007 )

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