summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-09-07 10:29:20 +0000
committerBill Wendling <isanbard@gmail.com>2008-09-07 10:29:20 +0000
commit5703c6e8dd885375cfe8ad664ee438b0b7e1df43 (patch)
tree2819afc3810905714d910b779c395427a56f9494 /llvm
parentb175fa49eded52baaca2828c993ee45cd70ce68f (diff)
downloadbcm5719-llvm-5703c6e8dd885375cfe8ad664ee438b0b7e1df43.tar.gz
bcm5719-llvm-5703c6e8dd885375cfe8ad664ee438b0b7e1df43.zip
Clean up CSS validator errors: 'Property align doesn't exist : center'
llvm-svn: 55885
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/LangRef.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 63bcbf684c1..8994a3559fb 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -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>
OpenPOWER on IntegriCloud