minor syntax change
authorChris Lattner <sabre@nondot.org>
Tue, 24 Jan 2006 00:37:20 +0000 (00:37 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Jan 2006 00:37:20 +0000 (00:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25566 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html
test/Feature/inlineasm.ll

index b7c59a54146b9294a0ac95b9cc912c7d9d8c6b96..99b1e8a99571ad291cb9749283a37b347a81a5e4 100644 (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.
index 94dbae0780f5e0675286fe72d8065d5a904f640e..c866900a535da9967af27340e23a8e67e8d0f599 100644 (file)
@@ -3,6 +3,6 @@
 ; RUN: diff Output/t1.ll Output/t2.ll
 
 
-asm "this is an inline asm block"
-asm "this is another inline asm block"
+module asm "this is an inline asm block"
+module asm "this is another inline asm block"