mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
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:
parent
dc408573c4
commit
1023a9492f
@ -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"; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user