diff options
author | Chris Lattner <sabre@nondot.org> | 2002-05-24 20:29:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-05-24 20:29:18 +0000 |
commit | 47e0f3a8a0b1f280457f807e4bbc6bbaa593e687 (patch) | |
tree | 0f559c8c0ecb14f50d249367a41c78343ebee445 /lib/Transforms/LevelRaise.cpp | |
parent | 7e9ee756a38036e4f1fc2438bf50cb17142eadbd (diff) |
Support programs that do not #include <malloc.h> or give a full prototype
for malloc and free. Lots of crufty benchmarks are using stuff like:
char *malloc();
void free();
to forward declare malloc and free. Now we recognize and raise these forms
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2740 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/LevelRaise.cpp')
0 files changed, 0 insertions, 0 deletions