summaryrefslogtreecommitdiff
path: root/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-02-01 17:22:12 +0000
committerDevang Patel <dpatel@apple.com>2011-02-01 17:22:12 +0000
commite136e506eca050db4efeebcd006ac2b2816f7211 (patch)
treea834b3e61102c79879817f8b79ba434cc4bcb31a /docs/SourceLevelDebugging.html
parent0faa60938a66a09820ca21d55e7b5926bc58d59d (diff)
downloadllvm-e136e506eca050db4efeebcd006ac2b2816f7211.tar.gz
llvm-e136e506eca050db4efeebcd006ac2b2816f7211.tar.bz2
llvm-e136e506eca050db4efeebcd006ac2b2816f7211.tar.xz
Remove stale references of obsolete @llvm.dbg.variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124664 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.html')
-rw-r--r--docs/SourceLevelDebugging.html11
1 files changed, 3 insertions, 8 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html
index 300f97a880..788c3128fd 100644
--- a/docs/SourceLevelDebugging.html
+++ b/docs/SourceLevelDebugging.html
@@ -796,10 +796,7 @@ DW_TAG_return_variable = 258
<p>This intrinsic provides information about a local element (ex. variable.) The
first argument is metadata holding alloca for the variable.</tt>. The
- second argument is
- the <tt>%<a href="#format_variables">llvm.dbg.variable</a></tt> containing
- the description of the variable. </p>
-
+ second argument is metadata containing description of the variable. </p>
</div>
<!-- ======================================================================= -->
@@ -815,10 +812,8 @@ DW_TAG_return_variable = 258
<p>This intrinsic provides information when a user source variable is set to a
new value. The first argument is the new value (wrapped as metadata). The
second argument is the offset in the user source variable where the new value
- is written. The third argument is
- the <tt>%<a href="#format_variables">llvm.dbg.variable</a></tt> containing
- the description of the user source variable. </p>
-
+ is written. The third argument is metadata containing description of the
+ user source variable. </p>
</div>
<!-- ======================================================================= -->