diff options
author | Eric Christopher <echristo@gmail.com> | 2013-01-08 00:16:33 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-01-08 00:16:33 +0000 |
commit | 9948d5eb6fff0fba64e233199305715ee3ce2ac1 (patch) | |
tree | 53580dad67d6fb52a151ceead97623414564d5ff /llvm/docs/SourceLevelDebugging.rst | |
parent | 160087b1f6daad784eb491a06be53919ff92e17e (diff) | |
download | bcm5719-llvm-9948d5eb6fff0fba64e233199305715ee3ce2ac1.tar.gz bcm5719-llvm-9948d5eb6fff0fba64e233199305715ee3ce2ac1.zip |
Remove what appears to be a dead llvm-specific debug tag.
llvm-svn: 171821
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.rst')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst index f7dfa4a4fe1..933534fb499 100644 --- a/llvm/docs/SourceLevelDebugging.rst +++ b/llvm/docs/SourceLevelDebugging.rst @@ -585,12 +585,10 @@ value of the tag depends on the usage of the variable: DW_TAG_auto_variable = 256 DW_TAG_arg_variable = 257 - DW_TAG_return_variable = 258 An auto variable is any variable declared in the body of the function. An argument variable is any variable that appears as a formal argument to the -function. A return variable is used to track the result of a function and has -no source correspondent. +function. The context is either the subprogram or block where the variable is defined. Name the source variable name. Context and line indicate where the variable |