Deallocate() methods now take a 'const void*' instead of a 'void *', matching observe...
authorTed Kremenek <kremenek@apple.com>
Fri, 6 Feb 2009 19:34:14 +0000 (19:34 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 6 Feb 2009 19:34:14 +0000 (19:34 +0000)
commit3f4c81de0ac7ff75e538dd68ef4ecfa204760bc9
tree09ac722162f3e4f6e94f4a73e373dd1d4ccf3eea
parentf5f5dce897269885754fc79adeb809194da52942
Deallocate() methods now take a 'const void*' instead of a 'void *', matching observed behavior with how 'delete[]' can be used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63956 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Allocator.h