X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FLexicon.rst;h=9a599da1285916c64e5fa2c27b23341f6d0cf6cc;hb=4d977642206839856c1c5dec563c9635d96107dd;hp=fccfd5f85d8d7781be816edb64980e3149482ba0;hpb=3259c25b3a068ac930bcc627076056bb83f12db9;p=oota-llvm.git diff --git a/docs/Lexicon.rst b/docs/Lexicon.rst index fccfd5f85d8..9a599da1285 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 `_. + also `def/use chains `_. **Reassociation** Rearranging associative expressions to promote better redundancy elimination