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

Anton Korobeynikov asl at math.spbu.ru
Tue Jan 23 04:44:09 PST 2007



Changes in directory llvm/docs:

BytecodeFormat.html updated: 1.59 -> 1.60
---
Log message:

One more small fix to documentation


---
Diffs of the changes:  (+6 -2)

 BytecodeFormat.html |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)


Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.59 llvm/docs/BytecodeFormat.html:1.60
--- llvm/docs/BytecodeFormat.html:1.59	Fri Jan 12 13:20:46 2007
+++ llvm/docs/BytecodeFormat.html	Tue Jan 23 06:43:53 2007
@@ -1492,9 +1492,13 @@
 2=Appending, 3=Internal, 4=LinkOnce, 5=DllImport, 6=DllExport<sup>1</sup></td>
     </tr>
     <tr>
-      <td><a href="#bit">bit(16-31)</a></td>
+      <td><a href="#bit">bit(16-18)</a></td>
       <td class="td_left">Visibility style: 0=Default, 1=Hidden.</td>
     </tr>
+    <tr>
+      <td><a href="#bit">bit(19-31)</a></td>
+      <td class="td_left>Currently unassigned.</td>
+    </tr>
   </tbody>
 </table>
 
@@ -2213,7 +2217,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/01/12 19:20:46 $
+Last modified: $Date: 2007/01/23 12:43:53 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list