minor syntax change

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25566 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2006-01-24 00:37:20 +00:00
parent 2c1b1597f2
commit 52599e17b1
2 changed files with 4 additions and 4 deletions

View File

@@ -595,8 +595,8 @@ desired. The syntax is very simple:
</p>
<div class="doc_code"><pre>
asm "inline asm code goes here"
asm "more can go here"
module asm "inline asm code goes here"
module asm "more can go here"
</pre></div>
<p>The strings can contain any character by escaping non-printable characters.