summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Dwarf.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-01-08 00:16:33 +0000
committerEric Christopher <echristo@gmail.com>2013-01-08 00:16:33 +0000
commit72a81be37452983f9960a376c19682034ef7db35 (patch)
treedc8d5ee57f2bd4344cc81f73c5336a8a32a84902 /include/llvm/Support/Dwarf.h
parent682106050979f0d48fcf17338c99e91672352789 (diff)
downloadllvm-72a81be37452983f9960a376c19682034ef7db35.tar.gz
llvm-72a81be37452983f9960a376c19682034ef7db35.tar.bz2
llvm-72a81be37452983f9960a376c19682034ef7db35.tar.xz
Remove what appears to be a dead llvm-specific debug tag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Dwarf.h')
-rw-r--r--include/llvm/Support/Dwarf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h
index 697ef45634..22c181e4ce 100644
--- a/include/llvm/Support/Dwarf.h
+++ b/include/llvm/Support/Dwarf.h
@@ -37,7 +37,7 @@ enum {
namespace dwarf {
//===----------------------------------------------------------------------===//
-// Dwarf constants as gleaned from the DWARF Debugging Information Format V.3
+// Dwarf constants as gleaned from the DWARF Debugging Information Format V.4
// reference manual http://dwarf.freestandards.org .
//
@@ -50,7 +50,7 @@ enum llvm_dwarf_constants {
DW_TAG_auto_variable = 0x100, // Tag for local (auto) variables.
DW_TAG_arg_variable = 0x101, // Tag for argument variables.
- DW_TAG_return_variable = 0x102, // Tag for return variables.
+ // 0x102 - Unused.
DW_TAG_vector_type = 0x103, // Tag for vector types.
DW_TAG_user_base = 0x1000, // Recommended base for user tags.