From f44026bf2639561364747fb6c419eeb5f531e5b9 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 21 Aug 2013 09:34:22 +0000 Subject: 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 --- include/llvm/MC/MCFunction.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/llvm/MC/MCFunction.h b/include/llvm/MC/MCFunction.h index 3fccaac29b..22c9192ac4 100644 --- a/include/llvm/MC/MCFunction.h +++ b/include/llvm/MC/MCFunction.h @@ -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); /// @} }; -- cgit v1.2.3