summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2012-07-17 23:51:33 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2012-07-17 23:51:33 +0000
commitacd8535de0f5bbd4a25373ceb7dec61467bbb3d7 (patch)
tree861eb1239231b980a6450a5360dbc8bbffc8fd57
parent951de307e473496a50f7a373c52a375dd38cbe8f (diff)
downloadbcm5719-llvm-acd8535de0f5bbd4a25373ceb7dec61467bbb3d7.tar.gz
bcm5719-llvm-acd8535de0f5bbd4a25373ceb7dec61467bbb3d7.zip
Apparently it's possible to do an 'invoke asm'.
Update the language reference to reflect that. llvm-svn: 160408
-rw-r--r--llvm/docs/LangRef.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 97936598174..c32c98c36d8 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -2867,8 +2867,9 @@ i32 (i32) asm "bswap $0", "=r,r"
</pre>
<p>Inline assembler expressions may <b>only</b> be used as the callee operand of
- a <a href="#i_call"><tt>call</tt> instruction</a>. Thus, typically we
- have:</p>
+ a <a href="#i_call"><tt>call</tt></a> or an
+ <a href="#i_invoke"><tt>invoke</tt></a> instruction.
+ Thus, typically we have:</p>
<pre class="doc_code">
%X = call i32 asm "<a href="#int_bswap">bswap</a> $0", "=r,r"(i32 %Y)
OpenPOWER on IntegriCloud