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

Reid Spencer reid at x10sys.com
Wed Feb 14 19:09:04 PST 2007



Changes in directory llvm/docs:

BytecodeFormat.html updated: 1.65 -> 1.66
---
Log message:

For PR1195: http://llvm.org/PR1195 :
Packed -> Vector.


---
Diffs of the changes:  (+5 -5)

 BytecodeFormat.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.65 llvm/docs/BytecodeFormat.html:1.66
--- llvm/docs/BytecodeFormat.html:1.65	Thu Feb  1 20:30:19 2007
+++ llvm/docs/BytecodeFormat.html	Wed Feb 14 21:08:48 2007
@@ -866,7 +866,7 @@
     </tr>
   </tbody>
 </table>
-<h3>Packed Types</h3>
+<h3>Vector Types</h3>
 <table>
   <tbody>
     <tr>
@@ -875,15 +875,15 @@
     </tr>
     <tr>
       <td><a href="#uint24_vbr">uint24_vbr</a></td>
-      <td class="td_left">Type ID for Packed Types (18)</td>
+      <td class="td_left">Type ID for Vector Types (18)</td>
     </tr>
     <tr>
       <td><a href="#uint24_vbr">uint24_vbr</a></td>
-      <td class="td_left">Slot number of packed vector's element type.</td>
+      <td class="td_left">Slot number of the vector's element type.</td>
     </tr>
     <tr>
       <td><a href="#uint32_vbr">uint32_vbr</a></td>
-      <td class="td_left">The number of elements in the packed vector.</td>
+      <td class="td_left">The number of elements in the vector.</td>
     </tr>
   </tbody>
 </table>
@@ -2085,7 +2085,7 @@
 <a href="mailto:rspencer at x10sys.com">Reid Spencer</a> and <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/02/02 02:30:19 $
+Last modified: $Date: 2007/02/15 03:08:48 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list