1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

fix a -Wdocumentation warning.

llvm-svn: 199113
This commit is contained in:
Chris Lattner 2014-01-13 15:10:11 +00:00
parent e33f96dc43
commit e0cbde3295

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