1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[Docs] Remove a stray period from a code example in the Programmer's Manual.

llvm-svn: 310520
This commit is contained in:
Craig Topper 2017-08-09 20:55:33 +00:00
parent c66894b149
commit a67e2568a1

View File

@ -1224,7 +1224,7 @@ Define your DebugCounter like this:
.. code-block:: c++
DEBUG_COUNTER(DeleteAnInstruction, "passname-delete-instruction",
"Controls which instructions get delete").
"Controls which instructions get delete")
The ``DEBUG_COUNTER`` macro defines a static variable, whose name
is specified by the first argument. The name of the counter