[llvm] r261968 - Minor doc fix: statepoints are invokable too

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 19:33:59 PST 2016


Author: sanjoy
Date: Thu Feb 25 21:33:59 2016
New Revision: 261968

URL: http://llvm.org/viewvc/llvm-project?rev=261968&view=rev
Log:
Minor doc fix: statepoints are invokable too

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=261968&r1=261967&r2=261968&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Thu Feb 25 21:33:59 2016
@@ -12087,8 +12087,9 @@ Overview:
 """""""""
 
 The ``llvm.donothing`` intrinsic doesn't perform any operation. It's one of only
-two intrinsics (besides ``llvm.experimental.patchpoint``) that can be called
-with an invoke instruction.
+three intrinsics (besides ``llvm.experimental.patchpoint`` and
+``llvm.experimental.gc.statepoint``) that can be called with an invoke
+instruction.
 
 Arguments:
 """"""""""




More information about the llvm-commits mailing list