mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-26 20:57:15 +00:00
blockfreq: Remove "dead" comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206853 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
843eb0c24b
commit
2c3c821fe5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user