aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-10-04 18:36:02 +0000
committerChris Lattner <sabre@nondot.org>2008-10-04 18:36:02 +0000
commit4f993352ea650c87d5a1c35e12d4a40cd9b7b2e4 (patch)
tree802d047095d23bbed1efa0db8eb5a473765d167d
parent66d922c909b1e1e2e43ca7903acf3cc5aa345fb4 (diff)
add a note about inline asm
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57062 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index e0945b1c5a..a041264489 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1852,7 +1852,8 @@ call void asm sideeffect "eieio", ""()
<p>TODO: The format of the asm and constraints string still need to be
documented here. Constraints on what can be done (e.g. duplication, moving, etc
-need to be documented).
+need to be documented). This is probably best done by reference to another
+document that covers inline asm from a holistic perspective.
</p>
</div>