diff options
author | Devang Patel <dpatel@apple.com> | 2011-02-01 17:22:12 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-02-01 17:22:12 +0000 |
commit | 9a8539c4d90ad3ab5fc53ac94908c850f213b81b (patch) | |
tree | ee293796f5dac0a3ce6f6468d018cc76eb45d978 /llvm/docs/SourceLevelDebugging.html | |
parent | fa7781384ebb16dabc6d60a5ea9a1a8dcfc850a2 (diff) | |
download | bcm5719-llvm-9a8539c4d90ad3ab5fc53ac94908c850f213b81b.tar.gz bcm5719-llvm-9a8539c4d90ad3ab5fc53ac94908c850f213b81b.zip |
Remove stale references of obsolete @llvm.dbg.variable.
llvm-svn: 124664
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.html | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index 300f97a8800..788c3128fdf 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/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> <!-- ======================================================================= --> |