[llvm-commits] [llvm] r55885 - /llvm/trunk/docs/LangRef.html

Bill Wendling isanbard at gmail.com
Sun Sep 7 03:29:20 PDT 2008


Author: void
Date: Sun Sep  7 05:29:20 2008
New Revision: 55885

URL: http://llvm.org/viewvc/llvm-project?rev=55885&view=rev
Log:
Clean up CSS validator errors: 'Property align doesn't exist : center'

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=55885&r1=55884&r2=55885&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sun Sep  7 05:29:20 2008
@@ -2611,7 +2611,7 @@
 <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 @@
 <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 @@
 
 <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>





More information about the llvm-commits mailing list