diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-04-22 03:31:34 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-04-22 03:31:34 +0000 |
| commit | dc2d66e7b34c0ae93017c70900cd42a8c625b3dc (patch) | |
| tree | 8a6d141633eb46284415d45fa1d7f37e9e8a1613 /llvm/lib/Transforms/Utils/CodeExtractor.cpp | |
| parent | cc88ebfa5fc96ae5a0e43da8bd848fee1f2713e4 (diff) | |
| download | bcm5719-llvm-dc2d66e7b34c0ae93017c70900cd42a8c625b3dc.tar.gz bcm5719-llvm-dc2d66e7b34c0ae93017c70900cd42a8c625b3dc.zip | |
blockfreq: Implement clear() explicitly
This was implicitly with copy assignment before, which fails to actually
clear `std::vector<>`'s heap storage. Move assignment would work, but
since MSVC can't imply those anyway, explicitly `clear()`-ing members
makes more sense.
llvm-svn: 206856
Diffstat (limited to 'llvm/lib/Transforms/Utils/CodeExtractor.cpp')
0 files changed, 0 insertions, 0 deletions

