Don't emit things like malloc(16*1). Allocation instructions are fixed arity now.
authorChris Lattner <sabre@nondot.org>
Wed, 3 Mar 2004 01:40:53 +0000 (01:40 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Mar 2004 01:40:53 +0000 (01:40 +0000)
commit0a94348fb9285088a6db78f66b4b97e47bdd431e
tree32df24c26bdbf8782525679f9b6d25d1ef92e9bd
parent7252939af0c063e7db573d746061ed0a8bc0cf4e
Don't emit things like malloc(16*1).  Allocation instructions are fixed arity now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12086 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/LowerAllocations.cpp