[llvm-commits] [llvm] r132345 - /llvm/trunk/docs/SourceLevelDebugging.html

Devang Patel dpatel at apple.com
Tue May 31 11:06:14 PDT 2011


Author: dpatel
Date: Tue May 31 13:06:14 2011
New Revision: 132345

URL: http://llvm.org/viewvc/llvm-project?rev=132345&view=rev
Log:
Fix html formatting.

Modified:
    llvm/trunk/docs/SourceLevelDebugging.html

Modified: llvm/trunk/docs/SourceLevelDebugging.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.html?rev=132345&r1=132344&r2=132345&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.html (original)
+++ llvm/trunk/docs/SourceLevelDebugging.html Tue May 31 13:06:14 2011
@@ -182,7 +182,7 @@
 
   <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





More information about the llvm-commits mailing list