diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-10-04 18:36:02 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-10-04 18:36:02 +0000 |
| commit | d552826d6ec3df2294cbd2626ac3b3b5227e667c (patch) | |
| tree | 397986f2e4a33c6147d2689e8314ead83a7c9292 | |
| parent | d2597d71d47a76eb415a4a15b5aa0896741af48c (diff) | |
| download | bcm5719-llvm-d552826d6ec3df2294cbd2626ac3b3b5227e667c.tar.gz bcm5719-llvm-d552826d6ec3df2294cbd2626ac3b3b5227e667c.zip | |
add a note about inline asm
llvm-svn: 57062
| -rw-r--r-- | llvm/docs/LangRef.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index e0945b1c5a4..a0412644892 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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> |

