diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LangRef.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 0e56ffd..b2d9e38 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -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> |