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:
parent
c66894b149
commit
a67e2568a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user