summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2014-01-13 15:10:11 +0000
committerChris Lattner <sabre@nondot.org>2014-01-13 15:10:11 +0000
commit1023a9492f36c7cb67d9a36da270beecfb29e15b (patch)
tree096d10f823861bc10b28852cd47e2e9d47dc0f27 /include
parentdc408573c48f43d4789f874144efbfbf1a9deeef (diff)
downloadllvm-1023a9492f36c7cb67d9a36da270beecfb29e15b.tar.gz
llvm-1023a9492f36c7cb67d9a36da270beecfb29e15b.tar.bz2
llvm-1023a9492f36c7cb67d9a36da270beecfb29e15b.tar.xz
fix a -Wdocumentation warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199113 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Bitcode/BitcodeWriterPass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Bitcode/BitcodeWriterPass.h b/include/llvm/Bitcode/BitcodeWriterPass.h
index e423954d52..898cd523bd 100644
--- a/include/llvm/Bitcode/BitcodeWriterPass.h
+++ b/include/llvm/Bitcode/BitcodeWriterPass.h
@@ -40,7 +40,7 @@ public:
explicit BitcodeWriterPass(raw_ostream &OS) : OS(OS) {}
/// \brief Run the bitcode writer pass, and output the module to the selected
- /// \brief output stream.
+ /// output stream.
PreservedAnalyses run(Module *M);
static StringRef name() { return "BitcodeWriterPass"; }