blockfreq: Rename PackagedLoops => Loops

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206859 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan P. N. Exon Smith
2014-04-22 03:31:50 +00:00
parent 40a483e980
commit dda2f883dd
2 changed files with 6 additions and 6 deletions

View File

@ -602,7 +602,7 @@ void BlockFrequencyInfoImplBase::clear() {
// does not actually clear heap storage.
std::vector<FrequencyData>().swap(Freqs);
std::vector<WorkingData>().swap(Working);
std::vector<std::unique_ptr<LoopData>>().swap(PackagedLoops);
std::vector<std::unique_ptr<LoopData>>().swap(Loops);
}
/// \brief Clear all memory not needed downstream.