diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-18 23:59:50 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-18 23:59:50 +0000 |
| commit | fc8d930f6ef1aa4fbd402c5b36f734214863d5d4 (patch) | |
| tree | 82fa592a01d7ae7fb20b92bc06f6f5f52208566f /llvm/docs/ExtendingLLVM.html | |
| parent | 0c7732499bea556551fd5bb639d2e4d8eb922e8a (diff) | |
| download | bcm5719-llvm-fc8d930f6ef1aa4fbd402c5b36f734214863d5d4.tar.gz bcm5719-llvm-fc8d930f6ef1aa4fbd402c5b36f734214863d5d4.zip | |
docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.
H1 ... doc_title
H2 ... doc_section
H3 ... doc_subsection
H4 ... doc_subsubsection
llvm-svn: 129736
Diffstat (limited to 'llvm/docs/ExtendingLLVM.html')
| -rw-r--r-- | llvm/docs/ExtendingLLVM.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/llvm/docs/ExtendingLLVM.html b/llvm/docs/ExtendingLLVM.html index df706eac557..7f77bb77921 100644 --- a/llvm/docs/ExtendingLLVM.html +++ b/llvm/docs/ExtendingLLVM.html @@ -8,9 +8,9 @@ <body> -<div class="doc_title"> +<h1> Extending LLVM: Adding instructions, intrinsics, types, etc. -</div> +</h1> <ol> <li><a href="#introduction">Introduction and Warning</a></li> @@ -31,9 +31,9 @@ </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="introduction">Introduction and Warning</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -68,9 +68,9 @@ effort by doing so.</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="intrinsic">Adding a new intrinsic function</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -130,9 +130,9 @@ support for it. Generally you must do the following steps:</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="sdnode">Adding a new SelectionDAG node</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -220,9 +220,9 @@ complicated behavior in a single node (rotate).</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="instruction">Adding a new instruction</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -277,9 +277,9 @@ to understand this new instruction.</p> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="type">Adding a new type</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -291,9 +291,9 @@ installations.</span> Only add new types if it is absolutely necessary.</p> </div> <!-- ======================================================================= --> -<div class="doc_subsection"> +<h3> <a name="fund_type">Adding a fundamental type</a> -</div> +</h3> <div class="doc_text"> @@ -317,9 +317,9 @@ installations.</span> Only add new types if it is absolutely necessary.</p> </div> <!-- ======================================================================= --> -<div class="doc_subsection"> +<h3> <a name="derived_type">Adding a derived type</a> -</div> +</h3> <div class="doc_text"> |

