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

Fixed a punctuation error.

llvm-svn: 24502
This commit is contained in:
John Criswell 2005-11-28 23:25:41 +00:00
parent 9e47c9a37a
commit 755971ee20

View File

@ -1217,7 +1217,7 @@ pass is the default implementation for the interface.</p>
<div class="doc_text"> <div class="doc_text">
<p>The <a <p>The <a
href="http://llvm.cs.uiuc.edu/doxygen/Statistic_8h-source.html"><tt>Statistic</tt></a> href="http://llvm.cs.uiuc.edu/doxygen/Statistic_8h-source.html"><tt>Statistic</tt></a>
class, is designed to be an easy way to expose various success class is designed to be an easy way to expose various success
metrics from passes. These statistics are printed at the end of a metrics from passes. These statistics are printed at the end of a
run, when the -stats command line option is enabled on the command run, when the -stats command line option is enabled on the command
line. See the <a href="http://llvm.org/docs/ProgrammersManual.html#Statistic">Statistics section</a> in the Programmer's Manual for details. line. See the <a href="http://llvm.org/docs/ProgrammersManual.html#Statistic">Statistics section</a> in the Programmer's Manual for details.