mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-07-20 18:59:44 -04:00
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