Fix method comment for BasicBlock::MegeBlockIdIfAny
authorDavid Neto <dneto@google.com>
Mon, 8 Jan 2018 15:42:02 +0000 (10:42 -0500)
committerDavid Neto <dneto@google.com>
Mon, 8 Jan 2018 15:42:02 +0000 (10:42 -0500)
Fixes #1177

source/opt/basic_block.h

index 48e49f5..6b87a98 100644 (file)
@@ -135,8 +135,7 @@ class BasicBlock {
   bool IsLoopHeader() const { return GetLoopMergeInst() != nullptr; }
 
   // Returns the ID of the merge block declared by a merge instruction in this
-  // block, if any.  If none, returns zero.  If |cbid| is not nullptr, the ID of
-  // the continue block in the merge instruction is set in |*cbid|.
+  // block, if any.  If none, returns zero.
   uint32_t MergeBlockIdIfAny() const;
 
   // Returns the ID of the continue block declared by a merge instruction in