Removed size_t from the parameter list of the malloc() prototype in generated C
authorJohn Criswell <criswell@uiuc.edu>
Tue, 8 Jul 2003 14:52:09 +0000 (14:52 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 8 Jul 2003 14:52:09 +0000 (14:52 +0000)
commitcf6d7b0353131570d9b1f159842a36f9ccf95d0c
tree4bca9ea9d6aa5df02e998ee32d8d5d286d4d09c4
parent48aa8242799b639526b8b696260045be0c0c0139
Removed size_t from the parameter list of the malloc() prototype in generated C
code.  This prevents a compiler warning on Sparc that causes the tests to fail.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7125 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp