[llvm] r220530 - Update llvm.donothing documentation.

Juergen Ributzka juergen at apple.com
Thu Oct 23 15:36:13 PDT 2014


Author: ributzka
Date: Thu Oct 23 17:36:13 2014
New Revision: 220530

URL: http://llvm.org/viewvc/llvm-project?rev=220530&view=rev
Log:
Update llvm.donothing documentation.

llvm.donothing is no longer the only intrinsic that can be invoked.

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=220530&r1=220529&r2=220530&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Thu Oct 23 17:36:13 2014
@@ -9632,8 +9632,9 @@ Syntax:
 Overview:
 """""""""
 
-The ``llvm.donothing`` intrinsic doesn't perform any operation. It's the
-only intrinsic that can be called with an invoke instruction.
+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.
 
 Arguments:
 """"""""""





More information about the llvm-commits mailing list