Add borders to truth tables
[oota-llvm.git] / docs / LangRef.html
index 0e56ffd0dc5991877fe5c730c02c3833f3b055dc..b2d9e387f2d610c660891689a9e074589f65a6a4 100644 (file)
@@ -1096,7 +1096,7 @@ have identical types.<p>
 
 The truth table used for the '<tt>and</tt>' instruction is:<p>
 
-<center><table border=0>
+<center><table border=1 cellspacing=0 cellpadding=4>
 <tr><td>In0</td>  <td>In1</td>  <td>Out</td></tr>
 <tr><td>0</td>  <td>0</td>  <td>0</td></tr>
 <tr><td>0</td>  <td>1</td>  <td>0</td></tr>
@@ -1136,7 +1136,7 @@ have identical types.<p>
 
 The truth table used for the '<tt>or</tt>' instruction is:<p>
 
-<center><table border=0>
+<center><table border=1 cellspacing=0 cellpadding=4>
 <tr><td>In0</td>  <td>In1</td>  <td>Out</td></tr>
 <tr><td>0</td>  <td>0</td>  <td>0</td></tr>
 <tr><td>0</td>  <td>1</td>  <td>1</td></tr>
@@ -1177,7 +1177,7 @@ have identical types.<p>
 
 The truth table used for the '<tt>xor</tt>' instruction is:<p>
 
-<center><table border=0>
+<center><table border=1 cellspacing=0 cellpadding=4>
 <tr><td>In0</td>  <td>In1</td>  <td>Out</td></tr>
 <tr><td>0</td>  <td>0</td>  <td>0</td></tr>
 <tr><td>0</td>  <td>1</td>  <td>1</td></tr>
@@ -1736,7 +1736,7 @@ more...
 <address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
 <!-- Created: Tue Jan 23 15:19:28 CST 2001 -->
 <!-- hhmts start -->
-Last modified: Tue Jun 25 12:54:52 CDT 2002
+Last modified: Tue Jun 25 13:05:52 CDT 2002
 <!-- hhmts end -->
 </font>
 </body></html>