diff options
Diffstat (limited to 'llvm/lib/VMCore/Metadata.cpp')
| -rw-r--r-- | llvm/lib/VMCore/Metadata.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/llvm/lib/VMCore/Metadata.cpp b/llvm/lib/VMCore/Metadata.cpp index 46363eed525..d5f6aa92bdb 100644 --- a/llvm/lib/VMCore/Metadata.cpp +++ b/llvm/lib/VMCore/Metadata.cpp @@ -553,7 +553,6 @@ getAllMetadataOtherThanDebugLocImpl(SmallVectorImpl<std::pair<unsigned,    const LLVMContextImpl::MDMapTy &Info =      getContext().pImpl->MetadataStore.find(this)->second;    assert(!Info.empty() && "Shouldn't have called this"); -  Result.reserve(Info.size());    Result.append(Info.begin(), Info.end());    // Sort the resulting array so it is stable. | 

