Now that we codegen the portable "sizeof" efficiently, we can use it for
authorChris Lattner <sabre@nondot.org>
Thu, 15 Jul 2004 01:08:08 +0000 (01:08 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 Jul 2004 01:08:08 +0000 (01:08 +0000)
commit8bfc2f11a481419a5b5d5e63dc432c09c54c8a3a
tree5028e20484a65197b91b052ecd5c76c14f65b070
parentd2995df5b7b94a42899dab266a7e83b316fa818f
Now that we codegen the portable "sizeof" efficiently, we can use it for
malloc lowering.  This means that lowerallocations doesn't need targetdata
anymore.  yaay.

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