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 | a35cdd68cf799d1cd2f9346e24bcd67d0b2afad3 (patch) | |
tree | 51f7b165828807cb4851c68afcebfadac57986b3 /llvm/docs/ProgrammersManual.html | |
parent | b8004d9b4c34a6d19be4ec658e331239b55c2f93 (diff) | |
download | bcm5719-llvm-a35cdd68cf799d1cd2f9346e24bcd67d0b2afad3.tar.gz bcm5719-llvm-a35cdd68cf799d1cd2f9346e24bcd67d0b2afad3.zip |
docs/*.html: Fix markups.
llvm-svn: 143349
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 2cdcd270bf3..2ab1681c47c 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -879,9 +879,6 @@ elements (but could contain many), for example, it's much better to use . Doing so avoids (relatively) expensive malloc/free calls, which dwarf the cost of adding the elements to the container. </p> -</div> - - <!-- ======================================================================= --> <h3> <a name="ds_sequential">Sequential Containers (std::vector, std::list, etc)</a> |