mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
fix a -Wdocumentation warning.
llvm-svn: 199113
This commit is contained in:
parent
e33f96dc43
commit
e0cbde3295
@ -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…
Reference in New Issue
Block a user