Fix method comment for BasicBlock::MegeBlockIdIfAny

Fixes #1177
This commit is contained in:
David Neto 2018-01-08 10:42:02 -05:00
parent 44f27f9289
commit a82a0ea886

View 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