forked from OSchip/llvm-project
Clarify that the NextPowerOfTwo template is idempotent.
llvm-svn: 107286
This commit is contained in:
parent
7b90966d4a
commit
7764ae2c98
|
@ -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