and DenseMap members in a destructor. And tidy up a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64265
91177308-0d34-0410-b5e6-
96231b3b80d8
///
std::vector<DebugLocTuple> DebugLocations;
- /// DebugIdsMap - This maps DebugLocTuple's to indices into DebugLocations
- /// vector.
+ /// DebugIdMap - This maps DebugLocTuple's to indices into the
+ /// DebugLocations vector.
DenseMap<DebugLocTuple, unsigned> DebugIdMap;
DebugLocTracker() {}
-
- ~DebugLocTracker() {
- DebugLocations.clear();
- DebugIdMap.clear();
- }
};
} // end namespace llvm