[llvm] r199113 - fix a -Wdocumentation warning.
Chandler Carruth
chandlerc at google.com
Mon Jan 13 08:57:02 PST 2014
Thanks!
On Jan 13, 2014 7:16 AM, "Chris Lattner" <sabre at nondot.org> wrote:
> Author: lattner
> Date: Mon Jan 13 09:10:11 2014
> New Revision: 199113
>
> URL: http://llvm.org/viewvc/llvm-project?rev=199113&view=rev
> Log:
> fix a -Wdocumentation warning.
>
> Modified:
> llvm/trunk/include/llvm/Bitcode/BitcodeWriterPass.h
>
> Modified: llvm/trunk/include/llvm/Bitcode/BitcodeWriterPass.h
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Bitcode/BitcodeWriterPass.h?rev=199113&r1=199112&r2=199113&view=diff
>
> ==============================================================================
> --- llvm/trunk/include/llvm/Bitcode/BitcodeWriterPass.h (original)
> +++ llvm/trunk/include/llvm/Bitcode/BitcodeWriterPass.h Mon Jan 13
> 09:10:11 2014
> @@ -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"; }
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140113/826b6ec0/attachment.html>
More information about the llvm-commits
mailing list