From: Devang Patel
Date: Tue, 1 Feb 2011 17:22:12 +0000 (+0000)
Subject: Remove stale references of obsolete @llvm.dbg.variable.
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e136e506eca050db4efeebcd006ac2b2816f7211;p=oota-llvm.git
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
---
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html
index 300f97a8800..788c3128fdf 100644
--- a/docs/SourceLevelDebugging.html
+++ b/docs/SourceLevelDebugging.html
@@ -796,10 +796,7 @@ DW_TAG_return_variable = 258
This intrinsic provides information about a local element (ex. variable.) The
first argument is metadata holding alloca for the variable.. The
- second argument is
- the %llvm.dbg.variable containing
- the description of the variable.
-
+ second argument is metadata containing description of the variable.
@@ -815,10 +812,8 @@ DW_TAG_return_variable = 258
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 %llvm.dbg.variable containing
- the description of the user source variable.
-
+ is written. The third argument is metadata containing description of the
+ user source variable.