mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-04 09:11:43 +00:00
Remove outdated & incorrect part of comment.
This comment was copied over from another class in r34170, where it made sense. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200697 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7db79d9c13
commit
83b8bc7fce
@ -136,10 +136,8 @@ public:
|
|||||||
InitType InitVal) {
|
InitType InitVal) {
|
||||||
unsigned KeyLength = static_cast<unsigned>(KeyEnd-KeyStart);
|
unsigned KeyLength = static_cast<unsigned>(KeyEnd-KeyStart);
|
||||||
|
|
||||||
// Okay, the item doesn't already exist, and 'Bucket' is the bucket to fill
|
// Allocate a new item with space for the string at the end and a null
|
||||||
// in. Allocate a new item with space for the string at the end and a null
|
|
||||||
// terminator.
|
// terminator.
|
||||||
|
|
||||||
unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+
|
unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+
|
||||||
KeyLength+1;
|
KeyLength+1;
|
||||||
unsigned Alignment = alignOf<StringMapEntry>();
|
unsigned Alignment = alignOf<StringMapEntry>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user