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

Jay Foad jay.foad at gmail.com
Tue Nov 17 05:13:59 PST 2009


Author: foad
Date: Tue Nov 17 07:13:59 2009
New Revision: 89093

URL: http://llvm.org/viewvc/llvm-project?rev=89093&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=89093&r1=89092&r2=89093&view=diff

==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.html (original)
+++ llvm/trunk/docs/SourceLevelDebugging.html Tue Nov 17 07:13:59 2009
@@ -774,7 +774,7 @@
 <p>This intrinsic is used to provide correspondence between the source file and
    the generated code.  The first argument is the line number (base 1), second
    argument is the column number (0 if unknown) and the third argument the
-   source <tt>%<a href="#format_compile_units">llvm.dbg.compile_unit</a>.
+   source <tt>%<a href="#format_compile_units">llvm.dbg.compile_unit</a></tt>.
    Code following a call to this intrinsic will
    have been defined in close proximity of the line, column and file. This
    information holds until the next call





More information about the llvm-commits mailing list