summaryrefslogtreecommitdiff
path: root/docs
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
commitc7e4c4dd3a3b34142629ba2ae14b9a503ad3f3de (patch)
treed5dd39275a748bb3a3e3f36448ee5a344f8cb676 /docs
parente36dccc9b53f7410c08e68d34333ff43a25d2a3f (diff)
downloadllvm-c7e4c4dd3a3b34142629ba2ae14b9a503ad3f3de.tar.gz
llvm-c7e4c4dd3a3b34142629ba2ae14b9a503ad3f3de.tar.bz2
llvm-c7e4c4dd3a3b34142629ba2ae14b9a503ad3f3de.tar.xz
Clean up CSS validator errors: 'Property align doesn't exist : center'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55885 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 63bcbf684c..8994a3559f 100644
--- a/docs/LangRef.html
+++ b/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>