Update llvm.donothing documentation.
authorJuergen Ributzka <juergen@apple.com>
Thu, 23 Oct 2014 22:36:13 +0000 (22:36 +0000)
committerJuergen Ributzka <juergen@apple.com>
Thu, 23 Oct 2014 22:36:13 +0000 (22:36 +0000)
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

index 2e07c1f79666d551b2e30420b7e0f68ecccfa1b2..ddef80318e2b1bf3bcdec56fa9efe96bc0549527 100644 (file)
@@ -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:
 """"""""""