diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-18 01:17:51 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-18 01:17:51 +0000 |
commit | 6483513a6dec0defe85a55a8792d22134e9eefa7 (patch) | |
tree | dda99273770988e760983154808fe7fce160e708 /llvm/docs/ProgrammersManual.html | |
parent | 940f02d248d96f1b10e7cb23f9734f369d25da84 (diff) | |
download | bcm5719-llvm-6483513a6dec0defe85a55a8792d22134e9eefa7.tar.gz bcm5719-llvm-6483513a6dec0defe85a55a8792d22134e9eefa7.zip |
docs: Redefine Heading elements as below;
H1 ... Title (and might be Chapter in future)
H2 ... Section
H3 ... Subsection
H4 ... Sub-subsection
llvm-svn: 129683
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 40013b2d77d..e3f2a7a9095 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -2286,7 +2286,7 @@ block but not delete it, you can use the <tt>removeFromParent()</tt> method.</p> permits use of two very useful replace functions: <tt>ReplaceInstWithValue</tt> and <tt>ReplaceInstWithInst</tt>.</p> -<h4><a name="schanges_deleting">Deleting <tt>Instruction</tt>s</a></h4> +<h5><a name="schanges_deleting">Deleting <tt>Instruction</tt>s</a></h5> <ul> <li><tt>ReplaceInstWithValue</tt> |