[Allocator] Remove a really problematic overload. This is very confusing
authorChandler Carruth <chandlerc@gmail.com>
Tue, 15 Apr 2014 21:36:02 +0000 (21:36 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 15 Apr 2014 21:36:02 +0000 (21:36 +0000)
commit00e4a827f53f13f31e840e3a255754e4bcde37f5
treebee2c52dfc7d5da1b061711e6769c5cc53a5b391
parentf3930395f564d97ed74e99ea48e1f392148f1d10
[Allocator] Remove a really problematic overload. This is very confusing
because there is another (size_t, size_t) overload of Allocator, and the
only distinguishing factor is that one is a tempalte and the other
isn't. There was only one usage of this and that one was easily
converted to carry the alignment constraint in the type itself.

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