[all-commits] [llvm/llvm-project] 0e6d7f: [Debuginfo][NFC] findRecursively: Replace std::vec...
avl-llvm via All-commits
all-commits at lists.llvm.org
Thu Apr 30 01:03:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0e6d7f602428f70215908409ab9691cdf299c6a1
https://github.com/llvm/llvm-project/commit/0e6d7f602428f70215908409ab9691cdf299c6a1
Author: Alexey Lapshin <a.v.lapshin at mail.ru>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
Log Message:
-----------
[Debuginfo][NFC] findRecursively: Replace std::vector by SmallVector
Summary:
Change std::vector to SmallVector to prevent re-allocations and to
have small pre-allocated storage.
Reviewers: clayborg, dblaikie
Differential Revision: https://reviews.llvm.org/D79123
More information about the All-commits
mailing list