Fix comment that didn't match the method it was above

llvm-svn: 180043
This commit is contained in:
Eli Bendersky 2013-04-22 20:30:50 +00:00
parent af9ebc742d
commit 622455e87c
1 changed files with 2 additions and 2 deletions

View File

@ -352,8 +352,8 @@ public:
// Internal functions used to automatically number MachineBasicBlocks
//
/// getNextMBBNumber - Returns the next unique number to be assigned
/// to a MachineBasicBlock in this MachineFunction.
/// \brief Adds the MBB to the internal numbering. Returns the unique number
/// assigned to the MBB.
///
unsigned addToMBBNumbering(MachineBasicBlock *MBB) {
MBBNumbering.push_back(MBB);