summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-22 03:31:23 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-22 03:31:23 +0000
commit2c3c821fe5f5215cd5617bbce043a61d28328a9f (patch)
tree77081bcc159dba1e0bec449acc5a420e8d28612e /include/llvm
parent843eb0c24be587caa2168261faf9c60d323d066a (diff)
downloadllvm-2c3c821fe5f5215cd5617bbce043a61d28328a9f.tar.gz
llvm-2c3c821fe5f5215cd5617bbce043a61d28328a9f.tar.bz2
llvm-2c3c821fe5f5215cd5617bbce043a61d28328a9f.tar.xz
blockfreq: Remove "dead" comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206853 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Analysis/BlockFrequencyInfoImpl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Analysis/BlockFrequencyInfoImpl.h b/include/llvm/Analysis/BlockFrequencyInfoImpl.h
index d56673e32c..2724386394 100644
--- a/include/llvm/Analysis/BlockFrequencyInfoImpl.h
+++ b/include/llvm/Analysis/BlockFrequencyInfoImpl.h
@@ -1046,14 +1046,6 @@ public:
/// \brief Indexed information about packaged loops.
std::vector<PackagedLoopData> PackagedLoops;
- /// \brief Create the initial loop packages.
- ///
- /// Initializes PackagedLoops using the data in Working about backedges
- /// and containing loops. Called by initializeLoops().
- ///
- /// \post WorkingData::LoopIndex has been initialized for every loop header
- /// and PackagedLoopData::Members has been initialized.
-
/// \brief Add all edges out of a packaged loop to the distribution.
///
/// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each