Skip to content
Commit e3da2980 authored by Chris Lattner's avatar Chris Lattner
Browse files

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

llvm-svn: 2740
parent 88a600a5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment