forked from OSchip/llvm-project
Clean up CSS validator errors: 'Property align doesn't exist : center'
llvm-svn: 55885
This commit is contained in:
parent
b175fa49ed
commit
5703c6e8dd
|
@ -2611,7 +2611,7 @@ values. Both arguments must have identical types.</p>
|
|||
<h5>Semantics:</h5>
|
||||
<p>The truth table used for the '<tt>and</tt>' instruction is:</p>
|
||||
<p> </p>
|
||||
<div style="align: center">
|
||||
<div>
|
||||
<table border="1" cellspacing="0" cellpadding="4">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
@ -2666,7 +2666,7 @@ values. Both arguments must have identical types.</p>
|
|||
<h5>Semantics:</h5>
|
||||
<p>The truth table used for the '<tt>or</tt>' instruction is:</p>
|
||||
<p> </p>
|
||||
<div style="align: center">
|
||||
<div>
|
||||
<table border="1" cellspacing="0" cellpadding="4">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
@ -2723,7 +2723,7 @@ values. Both arguments must have identical types.</p>
|
|||
|
||||
<p>The truth table used for the '<tt>xor</tt>' instruction is:</p>
|
||||
<p> </p>
|
||||
<div style="align: center">
|
||||
<div>
|
||||
<table border="1" cellspacing="0" cellpadding="4">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue