OSDN Git Service

NextPowerOfTwo was already used to ensure that SmallSizePowTwo is a power
authorDuncan Sands <baldrick@free.fr>
Tue, 29 Jun 2010 20:05:34 +0000 (20:05 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 29 Jun 2010 20:05:34 +0000 (20:05 +0000)
commit05b0b44f8a7953687e73c9758d3e7851ef339be1
treecd563879fa7bd165eb8c4aed381a8a4464d216f1
parent190a7f4a18dc909c8ec2dbb908a55196e7098d01
NextPowerOfTwo was already used to ensure that SmallSizePowTwo is a power
of two, no need to do it a second time (NextPowerOfTwo is idempotent).

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