diff options
author | Devang Patel <dpatel@apple.com> | 2011-05-31 18:06:14 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-05-31 18:06:14 +0000 |
commit | f729e913539a1fce09c3ff465f3a0fe911f551a8 (patch) | |
tree | e210cf4882df7dfb38235e01f0cd51c1cb936a20 /docs | |
parent | e0bdc59321783ca70cfec11210b5dca88b7813e3 (diff) |
Fix html formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132345 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SourceLevelDebugging.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index a1d2842998..0fc77303ec 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -182,7 +182,7 @@ height="369"> <li>LLVM debug information does not prevent optimizations from happening (for example inlining, basic block reordering/merging/cleanup, - tail duplication, etc).<li> + tail duplication, etc).</li> <li>LLVM debug information is automatically optimized along with the rest of the program, using existing facilities. For example, duplicate |