aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Lexicon.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Lexicon.rst')
-rw-r--r--docs/Lexicon.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/Lexicon.rst b/docs/Lexicon.rst
index fccfd5f..9a599da 100644
--- a/docs/Lexicon.rst
+++ b/docs/Lexicon.rst
@@ -133,6 +133,15 @@ M
**MC**
Machine Code
+N
+-
+
+**NFC**
+ "No functional change". Used in a commit message to indicate that a patch
+ is a pure refactoring/cleanup.
+ Usually used in the first line, so it is visible without opening the
+ actual commit email.
+
O
-
.. _object pointer:
@@ -159,7 +168,7 @@ R
``Constant::replaceUsesOfWithOnConstant()`` implement the replacement of one
Value with another by iterating over its def/use chain and fixing up all of
the pointers to point to the new value. See
- also `def/use chains <ProgrammersManual.html#iterate_chains>`_.
+ also `def/use chains <ProgrammersManual.html#iterating-over-def-use-use-def-chains>`_.
**Reassociation**
Rearranging associative expressions to promote better redundancy elimination