mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
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
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user