Update llvm.donothing documentation.

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

llvm-svn: 220530
This commit is contained in:
Juergen Ributzka 2014-10-23 22:36:13 +00:00
parent d882ba8bc5
commit 9ebe806a35

View 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:
""""""""""