From f00ddb04dfdef01a0389fa4c3cf63f7fa23627b9 Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Thu, 11 Dec 2008 18:23:24 +0000
Subject: [PATCH] Removed warnings from HTML 4.01 validator: trailing slashes
in
and
tags are not needed in HTML, only XML.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60885 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/CodeGenerator.html | 2 +-
docs/DeveloperPolicy.html | 2 +-
docs/ExtendingLLVM.html | 2 +-
docs/GetElementPtr.html | 2 +-
docs/GettingStarted.html | 12 ++++++------
docs/GettingStartedVS.html | 2 +-
docs/HowToReleaseLLVM.html | 4 ++--
docs/HowToSubmitABug.html | 2 +-
docs/MakefileGuide.html | 2 +-
docs/Projects.html | 10 +++++-----
docs/UsingLibraries.html | 2 +-
docs/WritingAnLLVMPass.html | 2 +-
docs/doxygen.footer | 2 +-
13 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index 28575b88a71..009ecd67678 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -2031,7 +2031,7 @@ makes it convenient to locate programatically and during debugging.
+ src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01">
Chris Lattner
The LLVM Compiler Infrastructure
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index 1e0d4330273..6ea772407eb 100644
--- a/docs/DeveloperPolicy.html
+++ b/docs/DeveloperPolicy.html
@@ -565,7 +565,7 @@ Changes
+ src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01">
Written by the
LLVM Oversight Group
The LLVM Compiler Infrastructure
diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html
index 988b94facca..647fa01d53b 100644
--- a/docs/ExtendingLLVM.html
+++ b/docs/ExtendingLLVM.html
@@ -380,7 +380,7 @@ void calcTypeName(const Type *Ty,
+ src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01">
The LLVM Compiler Infrastructure
diff --git a/docs/GetElementPtr.html b/docs/GetElementPtr.html
index 9b3f4f8af93..0684b2c78ae 100644
--- a/docs/GetElementPtr.html
+++ b/docs/GetElementPtr.html
@@ -362,7 +362,7 @@ idx3 = (char*) &MyVar + 8
+ src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01">
The LLVM Compiler Infrastructure
Last modified: $Date$
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 071d5764eab..04ca83a89ee 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -672,17 +672,17 @@ compressed with the gzip program.
The files are as follows, with x.y marking the version number:
- llvm-x.y.tar.gz
- - Source release for the LLVM libraries and tools.
+ - Source release for the LLVM libraries and tools.
- llvm-test-x.y.tar.gz
- Source release for the LLVM test suite.
- llvm-gcc4-x.y.source.tar.gz
- Source release of the llvm-gcc4 front end. See README.LLVM in the root
- directory for build instructions.
+ directory for build instructions.
- llvm-gcc4-x.y-platform.tar.gz
- - Binary release of the llvm-gcc4 front end for a specific platform.
+ - Binary release of the llvm-gcc4 front end for a specific platform.
@@ -881,7 +881,7 @@ script to configure the build system:
native compiler (no cross-compiler targets available). The "native" target is
selected as the target of the build host. You can also specify a comma
separated list of target names that you want available in llc. The target
- names use all lower case. The current set of targets is:
+ names use all lower case. The current set of targets is:
alpha, ia64, powerpc, skeleton, sparc, x86.
--enable-doxygen
@@ -1411,7 +1411,7 @@ information is in the Command Guide.
opt reads LLVM bitcode, applies a series of LLVM to LLVM
transformations (which are specified on the command line), and then outputs
the resultant bitcode. The 'opt --help' command is a good way to
- get a list of the program transformations available in LLVM.
+ get a list of the program transformations available in LLVM.
opt can also be used to run a specific analysis on an input
LLVM bitcode file and print out the results. It is primarily useful for
debugging analyses, or familiarizing yourself with what an analysis does.
@@ -1638,7 +1638,7 @@ out:
+ src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01">
Chris Lattner
Reid Spencer
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html
index 8992d5926e6..e47f09ee6dc 100644
--- a/docs/GettingStartedVS.html
+++ b/docs/GettingStartedVS.html
@@ -401,7 +401,7 @@ out:
+ src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01">
Jeff Cohen
The LLVM Compiler Infrastructure
diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html
index b0372bbf8ef..8533ed7daa4 100644
--- a/docs/HowToReleaseLLVM.html
+++ b/docs/HowToReleaseLLVM.html
@@ -591,9 +591,9 @@ svn copy https://llvm.org/svn/llvm-project/test-suite/branches/release_XX \
+ src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01">
The LLVM Compiler Infrastructure
-
+
Last modified: $Date$