summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitff9e08baf983da23bfd34da7d5260697de963f48 (patch)
tree31ba2e365b7cb256619d26ea8ec8a82b81d7098f /llvm/docs
parent27f14297174bb203bee96fa8e5152f1f398389a1 (diff)
downloadbcm5719-llvm-ff9e08baf983da23bfd34da7d5260697de963f48.tar.gz
bcm5719-llvm-ff9e08baf983da23bfd34da7d5260697de963f48.zip
rdar://11542750 - llvm.trap should be marked no return.
llvm-svn: 157551
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index a781992f898..ab0f9e1dcaa 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud