Removed inclusion of cassert, which is no longer needed.
[oota-llvm.git] / include / llvm / Support / Allocator.h
2007-10-17 Ted KremenekAdded member template functions to MallocAllocator and
2007-09-05 Evan ChengAdded Reset() to free all allocated memory regions...
2006-10-29 Chris LattnerAdd a new llvm::Allocator abstraction, which will be...