summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-04-18 01:17:51 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-04-18 01:17:51 +0000
commit6483513a6dec0defe85a55a8792d22134e9eefa7 (patch)
treedda99273770988e760983154808fe7fce160e708 /llvm/docs/ProgrammersManual.html
parent940f02d248d96f1b10e7cb23f9734f369d25da84 (diff)
downloadbcm5719-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.html2
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>
OpenPOWER on IntegriCloud