summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2012-05-27 23:20:41 +0000
committerChris Lattner <sabre@nondot.org>2012-05-27 23:20:41 +0000
commit86208903cb3b693b26e144b8c5c7a0ab6a9a45c6 (patch)
treeb360bf858bb3d876a60da664b10e0e4441688653 /docs
parent8e337120133c746640246feb9383556d383a94be (diff)
downloadllvm-86208903cb3b693b26e144b8c5c7a0ab6a9a45c6.tar.gz
llvm-86208903cb3b693b26e144b8c5c7a0ab6a9a45c6.tar.bz2
llvm-86208903cb3b693b26e144b8c5c7a0ab6a9a45c6.tar.xz
rdar://11542750 - llvm.trap should be marked no return.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157551 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index a781992f89..ab0f9e1dca 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -8386,7 +8386,7 @@ LLVM</a>.</p>
<h5>Syntax:</h5>
<pre>
- declare void @llvm.trap()
+ declare void @llvm.trap() noreturn nounwind
</pre>
<h5>Overview:</h5>
@@ -8411,7 +8411,7 @@ LLVM</a>.</p>
<h5>Syntax:</h5>
<pre>
- declare void @llvm.debugtrap()
+ declare void @llvm.debugtrap() nounwind
</pre>
<h5>Overview:</h5>