The proper prototype for malloc returns a pointer, not an unsized array
authorChris Lattner <sabre@nondot.org>
Fri, 14 Dec 2001 16:32:20 +0000 (16:32 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 Dec 2001 16:32:20 +0000 (16:32 +0000)
commit206ad80ef96ed6d9b4d2f8e4711a39df1278eb47
tree64a84202b20a10a6c0c722cda988118db9341694
parent5618cb60c212c0d26fb5a4120c460ee1ae9ef15e
The proper prototype for malloc returns a pointer, not an unsized array

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1463 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/DeadTypeElimination.cpp