diff options
| author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2016-02-26 03:33:59 +0000 |
|---|---|---|
| committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2016-02-26 03:33:59 +0000 |
| commit | 7a4c94d3a71160d24a335c9b53bc3689e3153ee8 (patch) | |
| tree | f910f3ceef681e1c26591c1f0faae6c841d93037 /llvm/docs | |
| parent | 9dcd65f47856872eabaf713a26e6168d985cb751 (diff) | |
| download | bcm5719-llvm-7a4c94d3a71160d24a335c9b53bc3689e3153ee8.tar.gz bcm5719-llvm-7a4c94d3a71160d24a335c9b53bc3689e3153ee8.zip | |
Minor doc fix: statepoints are invokable too
llvm-svn: 261968
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LangRef.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 0f4dcda0d1f..03cb6fbe3aa 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -12087,8 +12087,9 @@ Overview: """"""""" 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. +three intrinsics (besides ``llvm.experimental.patchpoint`` and +``llvm.experimental.gc.statepoint``) that can be called with an invoke +instruction. Arguments: """""""""" |

