diff --git a/lld/ELF/MarkLive.cpp b/lld/ELF/MarkLive.cpp index d2622e95e1e82b..4d3d79d4ee80bf 100644 --- a/lld/ELF/MarkLive.cpp +++ b/lld/ELF/MarkLive.cpp @@ -68,8 +68,8 @@ template class MarkLive { SmallVector queue; // There are normally few input sections whose names are valid C - // identifiers, so we just store a std::vector instead of a multimap. - DenseMap> cNamedSections; + // identifiers, so we just store a SmallVector instead of a multimap. + DenseMap> cNamedSections; }; } // namespace