Teach the optimizer to delete zero sized alloca's (but not mallocs!)
authorChris Lattner <sabre@nondot.org>
Fri, 19 Mar 2004 06:08:10 +0000 (06:08 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 19 Mar 2004 06:08:10 +0000 (06:08 +0000)
commit7c881dffc9c1079f1aaa1bfba92b1c6c87386c92
tree975e1776b7030874d549170410981d69c58e3052
parentf3fbddd3336660b4679e5a4da4129a6d56fd7c0a
Teach the optimizer to delete zero sized alloca's (but not mallocs!)

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