From 333b7c6706c82b04cb31fb2114acc037ba25ad5f Mon Sep 17 00:00:00 2001 From: Pete Couperus Date: Wed, 23 Aug 2017 20:58:22 +0000 Subject: [PATCH] Test commit. Fix instrinsic -> intrinsic typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311598 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 7fa2ec1c588..d4166216e49 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -10155,7 +10155,7 @@ argument to specify the step of the increment. 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.