MCFunction.h: Prune \returns to fix a warning in r188881. [-Wdocumentation]

llvm-svn: 188897
This commit is contained in:
NAKAMURA Takumi 2013-08-21 09:34:22 +00:00
parent 41194e3f9e
commit ca2cbc9836
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ public:
/// adds a fallthrough to it.
/// \p SplitBB The result of splitting Insts, a basic block directly following
/// this basic block.
/// \returns A new basic block, backed by \p SplitBB.
void splitBasicBlock(MCBasicBlock *SplitBB);
/// @}
};