diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-31 13:04:26 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-31 13:04:26 +0000 |
commit | 4b2e07aa5819e06230873c3843731b1817498730 (patch) | |
tree | 26f8840861168faf373043402534355d6c5c3834 /docs/CodeGenerator.html | |
parent | 5c6e4df71323e3c3b6eb23bfd4b1d908ab5b149a (diff) | |
download | external_llvm-4b2e07aa5819e06230873c3843731b1817498730.zip external_llvm-4b2e07aa5819e06230873c3843731b1817498730.tar.gz external_llvm-4b2e07aa5819e06230873c3843731b1817498730.tar.bz2 |
docs/*.html: Fix markups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143349 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r-- | docs/CodeGenerator.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 15344da..62ea6ca 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1813,6 +1813,8 @@ $ llc -regalloc=pbqp file.bc -o pbqp.s; <a name="proepicode">Prolog/Epilog Code Insertion</a> </h3> +<div> + <!-- _______________________________________________________________________ --> <h4> <a name="compact_unwind">Compact Unwind</a> @@ -1927,6 +1929,8 @@ $ llc -regalloc=pbqp file.bc -o pbqp.s; </div> +</div> + <!-- ======================================================================= --> <h3> <a name="latemco">Late Machine Code Optimizations</a> |