From 72a81be37452983f9960a376c19682034ef7db35 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 8 Jan 2013 00:16:33 +0000 Subject: 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 --- lib/IR/DebugInfo.cpp | 1 - lib/Support/Dwarf.cpp | 1 - 2 files changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/IR/DebugInfo.cpp b/lib/IR/DebugInfo.cpp index b5e1d17..6ca692e 100644 --- a/lib/IR/DebugInfo.cpp +++ b/lib/IR/DebugInfo.cpp @@ -212,7 +212,6 @@ bool DIDescriptor::isVariable() const { switch (getTag()) { case dwarf::DW_TAG_auto_variable: case dwarf::DW_TAG_arg_variable: - case dwarf::DW_TAG_return_variable: return true; default: return false; diff --git a/lib/Support/Dwarf.cpp b/lib/Support/Dwarf.cpp index 839dd84..8a96048 100644 --- a/lib/Support/Dwarf.cpp +++ b/lib/Support/Dwarf.cpp @@ -80,7 +80,6 @@ const char *llvm::dwarf::TagString(unsigned Tag) { case DW_TAG_hi_user: return "DW_TAG_hi_user"; case DW_TAG_auto_variable: return "DW_TAG_auto_variable"; case DW_TAG_arg_variable: return "DW_TAG_arg_variable"; - case DW_TAG_return_variable: return "DW_TAG_return_variable"; case DW_TAG_vector_type: return "DW_TAG_vector_type"; case DW_TAG_rvalue_reference_type: return "DW_TAG_rvalue_reference_type"; case DW_TAG_template_alias: return "DW_TAG_template_alias"; -- cgit v1.1