Skip to content

Commit b5180dc

Browse files
authored
Merge pull request swiftlang#16769 from gottesmm/pr-93220bb1c692fb12516036d4a8cb961c81dc62ae
2 parents c4a3b66 + 590857d commit b5180dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/swift/SIL/Projection.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,9 @@ class ProjectionTree {
838838
SILModule &Mod;
839839

840840
/// The allocator we use to allocate ProjectionTreeNodes in the tree.
841+
///
842+
/// FIXME: This should be a reference to an outside allocator. We shouldn't
843+
/// have each ProjectionTree have its own allocator.
841844
llvm::SpecificBumpPtrAllocator<ProjectionTreeNode> Allocator;
842845

843846
// A common pattern is a 3 field struct.

0 commit comments

Comments
 (0)