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

Nick Lewycky nicholas at mxc.ca
Mon Jul 25 14:13:23 PDT 2011


Author: nicholas
Date: Mon Jul 25 16:13:23 2011
New Revision: 135972

URL: http://llvm.org/viewvc/llvm-project?rev=135972&view=rev
Log:
80 columns.

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=135972&r1=135971&r2=135972&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.html (original)
+++ llvm/trunk/docs/SourceLevelDebugging.html Mon Jul 25 16:13:23 2011
@@ -298,8 +298,8 @@
    of tags are loosely bound to the tag values of DWARF information entries.
    However, that does not restrict the use of the information supplied to DWARF
    targets.  To facilitate versioning of debug information, the tag is augmented
-   with the current debug version (LLVMDebugVersion = 8 << 16 or 0x80000 or
-   524288.)</a></p>
+   with the current debug version (LLVMDebugVersion = 8 << 16 or
+   0x80000 or 524288.)</a></p>
 
 <p>The details of the various descriptors follow.</p>  
 





More information about the llvm-commits mailing list