summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit658af5a9e26a00d3a2b4b9909d2859ddaa280d1e (patch)
tree796e757b98f1970584d2226a1738d91cdb4759a4 /llvm/docs
parent6018b39dd17428c1c10c344327ca45d47d663b9a (diff)
downloadbcm5719-llvm-658af5a9e26a00d3a2b4b9909d2859ddaa280d1e.tar.gz
bcm5719-llvm-658af5a9e26a00d3a2b4b9909d2859ddaa280d1e.zip
Fix HTML formatting.
llvm-svn: 89093
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/SourceLevelDebugging.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html
index 69cb1af32ae..9e919bc2985 100644
--- a/llvm/docs/SourceLevelDebugging.html
+++ b/llvm/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
OpenPOWER on IntegriCloud