projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66d922c
)
add a note about inline asm
author
Chris Lattner
<sabre@nondot.org>
Sat, 4 Oct 2008 18:36:02 +0000
(18:36 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 4 Oct 2008 18:36:02 +0000
(18:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57062
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index e0945b1c5a4e82df5ce7821c33a453f94131830f..a0412644892e38667d75c346938392a858989d16 100644
(file)
--- 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>