[llvm-commits] CVS: llvm/docs/LangRef.html

Bill Wendling isanbard at gmail.com
Tue May 29 02:42:35 PDT 2007



Changes in directory llvm/docs:

LangRef.html updated: 1.247 -> 1.248
---
Log message:

Fixed some formatting.


---
Diffs of the changes:  (+10 -9)

 LangRef.html |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.247 llvm/docs/LangRef.html:1.248
--- llvm/docs/LangRef.html:1.247	Tue May 29 04:04:49 2007
+++ llvm/docs/LangRef.html	Tue May 29 04:42:13 2007
@@ -734,9 +734,9 @@
   <h5>Syntax:</h5>
 
 <div class="doc_code">
-  <pre>
+<pre>
 @<Name> = [Linkage] [Visibility] alias <AliaseeTy> @<Aliasee>
-  </pre>
+</pre>
 </div>
 
 </div>
@@ -1961,7 +1961,8 @@
 <p>The value produced is the integer or floating point difference of
 the two operands.</p>
 <h5>Example:</h5>
-<pre>  <result> = sub i32 4, %var          <i>; yields {i32}:result = 4 - %var</i>
+<pre>
+  <result> = sub i32 4, %var          <i>; yields {i32}:result = 4 - %var</i>
   <result> = sub i32 0, %val          <i>; yields {i32}:result = -%var</i>
 </pre>
 </div>
@@ -2607,11 +2608,11 @@
 <pre>
   %array  = malloc [4 x i8 ]                    <i>; yields {[%4 x i8]*}:array</i>
 
-  %size   = <a href="#i_add">add</a> i32 2, 2                          <i>; yields {i32}:size = i32 4</i>
-  %array1 = malloc i8, i32 4                   <i>; yields {i8*}:array1</i>
-  %array2 = malloc [12 x i8], i32 %size        <i>; yields {[12 x i8]*}:array2</i>
-  %array3 = malloc i32, i32 4, align 1024         <i>; yields {i32*}:array3</i>
-  %array4 = malloc i32, align 1024                 <i>; yields {i32*}:array4</i>
+  %size   = <a href="#i_add">add</a> i32 2, 2                        <i>; yields {i32}:size = i32 4</i>
+  %array1 = malloc i8, i32 4                    <i>; yields {i8*}:array1</i>
+  %array2 = malloc [12 x i8], i32 %size         <i>; yields {[12 x i8]*}:array2</i>
+  %array3 = malloc i32, i32 4, align 1024       <i>; yields {i32*}:array3</i>
+  %array4 = malloc i32, align 1024              <i>; yields {i32*}:array4</i>
 </pre>
 </div>
 
@@ -4826,7 +4827,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/05/29 09:04:49 $
+  Last modified: $Date: 2007/05/29 09:42:13 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list