Committed. Gerald
Index: gcc.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.60 diff -u -r1.60 gcc.css --- gcc.css 2 Sep 2018 17:24:50 -0000 1.60 +++ gcc.css 2 Sep 2018 20:36:32 -0000 @@ -20,6 +20,8 @@ .center { text-align:center; } .top { vertical-align:top; } +.width33 { width:33%; } + .no-margin-top { margin-top:0; } .twocolumns { column-counts:2; -moz-column-count:2; } .imgleft { margin: 5px 20px; float: left; } Index: projects/tree-ssa/vectorization.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/vectorization.html,v retrieving revision 1.39 diff -u -r1.39 vectorization.html --- projects/tree-ssa/vectorization.html 2 Sep 2018 12:05:16 -0000 1.39 +++ projects/tree-ssa/vectorization.html 2 Sep 2018 20:36:33 -0000 @@ -1638,17 +1638,17 @@ </li> </ul> - <table width="98%" border="1"> + <table border="1"> <tbody> - <tr valign="top"> - <td width="33%"><b>vectorization driver</b></td> + <tr> + <td class="width33"><b>vectorization driver</b></td> - <td width="33%"><b>basic vectorizer</b></td> + <td class="width33"><b>basic vectorizer</b></td> - <td width="33%"><b>enhancements</b></td> + <td class="width33"><b>enhancements</b></td> </tr> - <tr valign="top"> + <tr class="top"> <td> <code>analyze_loop_CFG(loop)</code> @@ -1698,7 +1698,7 @@ </td> </tr> - <tr valign="top"> + <tr class="top"> <td> <p> <code>analyze_loop_index_and_bound(loop)</code></p> @@ -1736,7 +1736,7 @@ </td> </tr> - <tr valign="top"> + <tr class="top"> <td> <p><code>analyze_loop_stmts(loop-stmts)</code></p> @@ -1781,7 +1781,7 @@ </td> </tr> - <tr valign="top"> + <tr class="top"> <td> <p> <code>analyze_access_pattern(loop-mem-refs)</code></p> @@ -1818,7 +1818,7 @@ </td> </tr> - <tr valign="top"> + <tr class="top"> <td> <p> <code>analyze_alignment(loop-mem-refs)</code></p> @@ -1847,7 +1847,7 @@ </td> </tr> - <tr valign="top"> + <tr class="top"> <td> <p> <code>analyze_loop_carried_dependences(loop)</code></p> @@ -1894,7 +1894,7 @@ </td> </tr> - <tr valign="top"> + <tr class="top"> <td> <p> <code>estimate_vectorization_profitability(loop)</code></p> @@ -1920,7 +1920,7 @@ </td> </tr> - <tr valign="top"> + <tr class="top"> <td> <p><code>vectorize_loop(loop)</code></p>