fix a -Wdocumentation warning.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199113 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2014-01-13 15:10:11 +00:00
parent dc408573c4
commit 1023a9492f

View File

@ -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"; }