1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

blockfreq: Remove "dead" comment

llvm-svn: 206853
This commit is contained in:
Duncan P. N. Exon Smith 2014-04-22 03:31:23 +00:00
parent 237fe5f5d8
commit c07662b4d2

View File

@ -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