Change the MallocInst & AllocaInst ctors to take the allocated type, not the
authorChris Lattner <sabre@nondot.org>
Fri, 13 Sep 2002 22:28:45 +0000 (22:28 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Sep 2002 22:28:45 +0000 (22:28 +0000)
commit05804b74590ab8714bd7695d8cd0d98819c092f9
tree451faeda1278aa0dd6af79e54834bc35f6ba8572
parent5fefb252532b1bcd8891749c2df16ba2f1ce0809
Change the MallocInst & AllocaInst ctors to take the allocated type, not the
pointer type returned.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3710 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/llvmAsmParser.y
lib/Transforms/ExprTypeConvert.cpp
lib/Transforms/IPO/RaiseAllocations.cpp