From c08387e22045cad931e3c5e04ebd4a8c49f78033 Mon Sep 17 00:00:00 2001 From: Juergen Ributzka Date: Thu, 23 Oct 2014 22:36:13 +0000 Subject: [PATCH] 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 --- docs/LangRef.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: """""""""" -- 2.34.1