aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Dwarf.def
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/Dwarf.def')
-rw-r--r--include/llvm/Support/Dwarf.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/Dwarf.def b/include/llvm/Support/Dwarf.def
index c663af9..4b923b8 100644
--- a/include/llvm/Support/Dwarf.def
+++ b/include/llvm/Support/Dwarf.def
@@ -102,7 +102,6 @@ HANDLE_DW_TAG(0x0043, template_alias)
// Mock tags we use as discriminators.
HANDLE_DW_TAG(0x0100, auto_variable) // Tag for local (auto) variables.
HANDLE_DW_TAG(0x0101, arg_variable) // Tag for argument variables.
-HANDLE_DW_TAG(0x0102, expression) // Tag for complex address expressions.
// New in DWARF v5.
HANDLE_DW_TAG(0x0044, coarray_type)