From: Juergen Ributzka Date: Thu, 23 Oct 2014 22:36:13 +0000 (+0000) Subject: Update llvm.donothing documentation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c08387e22045cad931e3c5e04ebd4a8c49f78033;p=oota-llvm.git Update llvm.donothing documentation. llvm.donothing is no longer the only intrinsic that can be invoked. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220530 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 2e07c1f7966..ddef80318e2 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -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: """"""""""