diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-12 19:08:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-12 19:08:16 +0000 |
commit | 9ebf51679ea72d3a14b586c3e99cb0e47416d7aa (patch) | |
tree | f28b12b121ad3981ea69b774d54c420a49b8f4a9 | |
parent | 4e1f96b1ee6d859633a3de4341450ee4beed7e38 (diff) | |
download | external_llvm-9ebf51679ea72d3a14b586c3e99cb0e47416d7aa.zip external_llvm-9ebf51679ea72d3a14b586c3e99cb0e47416d7aa.tar.gz external_llvm-9ebf51679ea72d3a14b586c3e99cb0e47416d7aa.tar.bz2 |
Add a </ul> that was missing and caused the document to get a little whacky
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3693 91177308-0d34-0410-b5e6-96231b3b80d8
-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 4415a87..5588144 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -697,7 +697,7 @@ which is much cleaner, especially if you're creating a lot of instructions and adding them to <tt>BasicBlock</tt>s. </p> </p> - +</ul> <!--_______________________________________________________________________--> </ul><h4><a name="schanges_deleting"><hr size=0>Deleting @@ -1575,6 +1575,6 @@ pointer to the parent Function. <a href="mailto:sabre@nondot.org">Chris Lattner</a></address> <!-- Created: Tue Aug 6 15:00:33 CDT 2002 --> <!-- hhmts start --> -Last modified: Thu Sep 12 14:06:40 CDT 2002 +Last modified: Thu Sep 12 14:07:53 CDT 2002 <!-- hhmts end --> </font></body></html> |