Add a transformation to turn:
authorChris Lattner <sabre@nondot.org>
Mon, 4 Nov 2002 16:18:53 +0000 (16:18 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Nov 2002 16:18:53 +0000 (16:18 +0000)
commit0864acf07bbb115375db2ac4e0e61e5c6373f8c4
treed8adcc1cd187a81be0968926bfd90a48ca4fe125
parent0eaaa56f1f5a87446c7c45b530f0ab0bbe365f59
Add a transformation to turn:
  malloc Ty, C
int
  malloc [C x Ty], 1

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4534 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp