Just a little stylistic change I noticed. Pushed.
Gerald
On the way reduce some physical formatting a bit.
---
htdocs/projects/tree-ssa/tree-browser.html | 7 ++++---
htdocs/projects/tree-ssa/vectorization.html | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/htdocs/projects/tree-ssa/tree-browser.html
b/htdocs/projects/tree-ssa/tree-browser.html
index fe292b49..e9b10db3 100644
--- a/htdocs/projects/tree-ssa/tree-browser.html
+++ b/htdocs/projects/tree-ssa/tree-browser.html
@@ -10,10 +10,11 @@
<body>
<!-- banner -->
- <p class="bold"><br /><br />Tree Browser has been removed from gcc,
-and this page is no longer up-to-date.<br /><br /><br /></p>
+ <p class="bold"><br />Tree Browser has been removed from GCC,
+ and this page is no longer up-to-date.<br /><br /></p>
<hr />
- <h1>Tree Browser</h1>
+
+<h1>Tree Browser</h1>
<p>Until recently the only way to debug trees from gdb was to call
debug_tree as follows:</p>
diff --git a/htdocs/projects/tree-ssa/vectorization.html
b/htdocs/projects/tree-ssa/vectorization.html
index 22d136c0..ff0b0040 100644
--- a/htdocs/projects/tree-ssa/vectorization.html
+++ b/htdocs/projects/tree-ssa/vectorization.html
@@ -2370,7 +2370,7 @@ for (n = 0; n < HASH_SIZE; n++)
<h3 id="PointerAliasing">Handle Pointer Aliasing</h3>
<ol>
- <li>Improve aliasing analysis. [various gcc projects
+ <li>Improve aliasing analysis. [various GCC projects
deal with improvements to alias analysis] wwwdocs:.</li>
<li>Generate run-time tests for cases where memory
--
2.31.1