summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-22 03:31:34 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-22 03:31:34 +0000
commitdc2d66e7b34c0ae93017c70900cd42a8c625b3dc (patch)
tree8a6d141633eb46284415d45fa1d7f37e9e8a1613 /llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
parentcc88ebfa5fc96ae5a0e43da8bd848fee1f2713e4 (diff)
downloadbcm5719-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/BasicBlockUtils.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud