Minor tweaking to SmallVector static size.
llvm-svn: 169176
This commit is contained in:
@@ -709,7 +709,7 @@ static void WriteModuleMetadataStore(const Module *M, BitstreamWriter &Stream) {
|
||||
|
||||
// Write metadata kinds
|
||||
// METADATA_KIND - [n x [id, name]]
|
||||
SmallVector<StringRef, 4> Names;
|
||||
SmallVector<StringRef, 8> Names;
|
||||
M->getMDKindNames(Names);
|
||||
|
||||
if (Names.empty()) return;
|
||||
|
||||
Reference in New Issue
Block a user