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 | 1d81ea81cdfa3d4c79368746d1a62cc406964ae3 (patch) | |
tree | 807e369b5c389ada162af256e3c1eade66397680 /llvm/docs/SourceLevelDebugging.html | |
parent | 5c26a85d1d77d66bbfd3b6f127372a9383de7c2c (diff) | |
download | bcm5719-llvm-1d81ea81cdfa3d4c79368746d1a62cc406964ae3.tar.gz bcm5719-llvm-1d81ea81cdfa3d4c79368746d1a62cc406964ae3.zip |
Fix html formatting.
llvm-svn: 132345
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index a1d28429988..0fc77303ec2 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/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 |