diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-12-22 23:12:42 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-12-22 23:12:42 +0000 |
commit | ea37c1173e0a58a18a95c37535f3ac0abacccc03 (patch) | |
tree | d0fe74643cb15c9a2481f1cd142d3a6b5e6a8188 /llvm/lib/CodeGen/CallingConvLower.cpp | |
parent | d9e64b6c08e32ee522e8a1f76c88a0c2bb028b90 (diff) | |
download | bcm5719-llvm-ea37c1173e0a58a18a95c37535f3ac0abacccc03.tar.gz bcm5719-llvm-ea37c1173e0a58a18a95c37535f3ac0abacccc03.zip |
Remove dynamic allocation/indirection from GCOVBlocks owned by GCOVFunction
Since these are all created in the DenseMap before they are referenced,
there's no problem with pointer validity by the time it's required. This
removes another use of DeleteContainerSeconds/manual memory management
which I'm cleaning up from time to time.
llvm-svn: 224744
Diffstat (limited to 'llvm/lib/CodeGen/CallingConvLower.cpp')
0 files changed, 0 insertions, 0 deletions