Unbreak the build by putting calls to free into the implementation file and
authorReid Spencer <rspencer@reidspencer.com>
Tue, 17 Jul 2007 02:16:12 +0000 (02:16 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 17 Jul 2007 02:16:12 +0000 (02:16 +0000)
commit845b31de0c58e1f667063170191262079d311052
tree1a296211604a0f0f898c529c2afc02c4ced1a61f
parenta8b9a7b92468af001e517d68be22fe41ef4d15e1
Unbreak the build by putting calls to free into the implementation file and
having that implementation file #include <cstdlib>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39952 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SmallPtrSet.h
lib/Support/SmallPtrSet.cpp