Use the correct prototype for malloc and free
[oota-llvm.git] / lib / Transforms / Utils / LowerAllocations.cpp
2001-10-31 Chris LattnerUse the correct prototype for malloc and free
2001-10-18 Chris LattnerConvert to new simpler pass itf
2001-10-15 Chris LattnerAdd new Pass infrastructure and some examples