diff options
author | Chris Lattner <sabre@nondot.org> | 2007-02-03 03:05:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-02-03 03:05:57 +0000 |
commit | 302da1e736ef5723560188c57adcff865f2fa13e (patch) | |
tree | 2d9a82d60c1f936a0a844ed48c5e99ae1816601f /docs | |
parent | 098129a95ddba5d0db7032aab98ee45bce124ea7 (diff) | |
download | external_llvm-302da1e736ef5723560188c57adcff865f2fa13e.zip external_llvm-302da1e736ef5723560188c57adcff865f2fa13e.tar.gz external_llvm-302da1e736ef5723560188c57adcff865f2fa13e.tar.bz2 |
fix validation problems
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33822 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ProgrammersManual.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index e2ee74e..6c0f87e 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -637,7 +637,7 @@ configure script and rebuild LLVM to enable this functionality.</p> <tt>call DAG.setGraphColor(<i>node</i>, "<i>color</i>")</tt>, then the next <tt>call DAG.viewGraph()</tt> would hilight the node in the specified color (choices of colors can be found at <a -href="http://www.graphviz.org/doc/info/colors.html">Colors<a>.) More +href="http://www.graphviz.org/doc/info/colors.html">colors</a>.) More complex node attributes can be provided with <tt>call DAG.setGraphAttrs(<i>node</i>, "<i>attributes</i>")</tt> (choices can be found at <a href="http://www.graphviz.org/doc/info/attrs.html">Graph @@ -1928,7 +1928,7 @@ the <tt>lib/VMCore</tt> directory.</p> </ul> </dd> <dt><tt>PointerType</tt></dt> - <dd>Subclass of SequentialType for pointer types.</li> + <dd>Subclass of SequentialType for pointer types.</dd> <dt><tt>PackedType</tt></dt> <dd>Subclass of SequentialType for packed (vector) types. A packed type is similar to an ArrayType but is distinguished because it is |