[docs] Put define DEBUG_TYPE after include directives.

Differential Revision: https://reviews.llvm.org/D117666
This commit is contained in:
Hsiangkai Wang 2022-01-18 11:51:53 +00:00
parent 1507786c22
commit 70cef70b13
1 changed files with 1 additions and 1 deletions

View File

@ -1263,7 +1263,7 @@ Define your statistic like this:
.. code-block:: c++
#define DEBUG_TYPE "mypassname" // This goes before any #includes.
#define DEBUG_TYPE "mypassname" // This goes after any #includes.
STATISTIC(NumXForms, "The # of times I did stuff");
The ``STATISTIC`` macro defines a static variable, whose name is specified by