Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
fix a -Wdocumentation warning.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199113 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Jan 13, 2014
1 parent e93bd21 commit 873de4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/llvm/Bitcode/BitcodeWriterPass.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BitcodeWriterPass {
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"; }
Expand Down

0 comments on commit 873de4a

Please sign in to comment.