mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-15 07:59:50 +00:00
Clarify that the NextPowerOfTwo template is idempotent.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107286 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2a8bf425bd
commit
2e502577ab
@ -200,7 +200,7 @@ public:
|
||||
};
|
||||
|
||||
/// NextPowerOfTwo - This is a helper template that rounds N up to the next
|
||||
/// power of two.
|
||||
/// power of two (which means N itself if N is already a power of two).
|
||||
template<unsigned N>
|
||||
struct NextPowerOfTwo;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user