diff options
-rw-r--r-- | docs/LangRef.html | 3 |
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> |