summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2009-11-17 13:13:59 +0000
committerJay Foad <jay.foad@gmail.com>2009-11-17 13:13:59 +0000
commit789b45b066d3e0cbaec71aa1b8defd8fe7a55a36 (patch)
tree78dc7035ece51ae7b3a4965c507da89b45119249 /docs
parent4a20c7a0a9ffa2b60668b1b8c39e550531dbcbb1 (diff)
downloadllvm-789b45b066d3e0cbaec71aa1b8defd8fe7a55a36.tar.gz
llvm-789b45b066d3e0cbaec71aa1b8defd8fe7a55a36.tar.bz2
llvm-789b45b066d3e0cbaec71aa1b8defd8fe7a55a36.tar.xz
Fix HTML formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89093 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/SourceLevelDebugging.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html
index 69cb1af32a..9e919bc298 100644
--- a/docs/SourceLevelDebugging.html
+++ b/docs/SourceLevelDebugging.html
@@ -774,7 +774,7 @@ DW_TAG_return_variable = 258
<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