Skip to content

Commit c2e63dd

Browse files
authored
---
yaml --- r: 349029 b: refs/heads/master c: 0e9425e h: refs/heads/master i: 349027: 6aae418
1 parent 671de4f commit c2e63dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: ad57896b7b213cacc7ebc634091ea98b390982ef
2+
refs/heads/master: 0e9425ee382e2b2a378a53459d2600f3e4810b81
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/lib/AST/ASTContext.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4634,9 +4634,9 @@ IndexSubset::get(ASTContext &ctx, const SmallBitVector &indices) {
46344634
if (existing)
46354635
return existing;
46364636
auto sizeToAlloc = sizeof(IndexSubset) +
4637-
getNumBitWordsNeededForCapacity(capacity);
4637+
getNumBitWordsNeededForCapacity(capacity);
46384638
auto *buf = reinterpret_cast<IndexSubset *>(
4639-
ctx.Allocate(sizeToAlloc, alignof(IndexSubset)));
4639+
ctx.Allocate(sizeToAlloc, alignof(IndexSubset)));
46404640
auto *newNode = new (buf) IndexSubset(indices);
46414641
foldingSet.InsertNode(newNode, insertPos);
46424642
return newNode;

0 commit comments

Comments
 (0)