From: Chris Lattner Date: Sat, 4 Oct 2008 18:36:02 +0000 (+0000) Subject: add a note about inline asm X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4f993352ea650c87d5a1c35e12d4a40cd9b7b2e4;p=oota-llvm.git add a note about inline asm git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57062 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index e0945b1c5a4..a0412644892 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1852,7 +1852,8 @@ call void asm sideeffect "eieio", ""()

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.