From 302da1e736ef5723560188c57adcff865f2fa13e Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sat, 3 Feb 2007 03:05:57 +0000
Subject: [PATCH] fix validation problems
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33822 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ProgrammersManual.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index e2ee74eff94..6c0f87e1e69 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -637,7 +637,7 @@ configure script and rebuild LLVM to enable this functionality.
call DAG.setGraphColor(node, "color"), then the
next call DAG.viewGraph() would hilight the node in the
specified color (choices of colors can be found at Colors.) More
+href="http://www.graphviz.org/doc/info/colors.html">colors.) More
complex node attributes can be provided with call
DAG.setGraphAttrs(node, "attributes") (choices can be
found at Graph
@@ -1928,7 +1928,7 @@ the lib/VMCore directory.
PointerType
- Subclass of SequentialType for pointer types.
+ Subclass of SequentialType for pointer types.
PackedType
Subclass of SequentialType for packed (vector) types. A
packed type is similar to an ArrayType but is distinguished because it is