OSDN Git Service

Fix allocations of SmallVector and SmallPtrSet so they are more prone to
authorJean-Luc Duprat <jduprat@apple.com>
Fri, 29 Mar 2013 05:45:22 +0000 (05:45 +0000)
committerJean-Luc Duprat <jduprat@apple.com>
Fri, 29 Mar 2013 05:45:22 +0000 (05:45 +0000)
commit617330909f0c26a3f2ab8601a029b9bdca48aa61
tree18b008b40ba29b2f487b70213fcf9485e4432d1f
parentae07bf3ad309de598258fbb4f2ebae8d0fdaa422
Fix allocations of SmallVector and SmallPtrSet so they are more prone to
being power-of-two sized.

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