[llvm] r311598 - Test commit.

Pete Couperus via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 13:58:22 PDT 2017


Author: petecoup
Date: Wed Aug 23 13:58:22 2017
New Revision: 311598

URL: http://llvm.org/viewvc/llvm-project?rev=311598&view=rev
Log:
Test commit.

Fix instrinsic -> intrinsic typo.


Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=311598&r1=311597&r2=311598&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Aug 23 13:58:22 2017
@@ -10155,7 +10155,7 @@ argument to specify the step of the incr
 Arguments:
 """"""""""
 The first four arguments are the same as '``llvm.instrprof_increment``'
-instrinsic.
+intrinsic.
 
 The last argument specifies the value of the increment of the counter variable.
 




More information about the llvm-commits mailing list