[llvm-commits] [llvm] r57062 - /llvm/trunk/docs/LangRef.html
Chris Lattner
sabre at nondot.org
Sat Oct 4 11:36:02 PDT 2008
Author: lattner
Date: Sat Oct 4 13:36:02 2008
New Revision: 57062
URL: http://llvm.org/viewvc/llvm-project?rev=57062&view=rev
Log:
add a note about inline asm
Modified:
llvm/trunk/docs/LangRef.html
Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=57062&r1=57061&r2=57062&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sat Oct 4 13:36:02 2008
@@ -1852,7 +1852,8 @@
<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>
More information about the llvm-commits
mailing list