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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188897 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2013-08-21 09:34:22 +00:00
parent 187dedf21d
commit f44026bf26

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);
/// @}
};