From e136e506eca050db4efeebcd006ac2b2816f7211 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 1 Feb 2011 17:22:12 +0000 Subject: 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 --- docs/SourceLevelDebugging.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'docs/SourceLevelDebugging.html') 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

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.

-- cgit v1.2.3-18-g5258