Fix comment that didn't match the method it was above
authorEli Bendersky <eliben@google.com>
Mon, 22 Apr 2013 20:30:50 +0000 (20:30 +0000)
committerEli Bendersky <eliben@google.com>
Mon, 22 Apr 2013 20:30:50 +0000 (20:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180043 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineFunction.h

index 82c4cd6598409d433fde5e83ae1fbfc5008d85a9..c886e256e04470b8c1b61842a311aa695d746f0b 100644 (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);