From 9948d5eb6fff0fba64e233199305715ee3ce2ac1 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. llvm-svn: 171821 --- llvm/lib/Support/Dwarf.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Support/Dwarf.cpp') diff --git a/llvm/lib/Support/Dwarf.cpp b/llvm/lib/Support/Dwarf.cpp index 839dd84a323..8a96048bb73 100644 --- a/llvm/lib/Support/Dwarf.cpp +++ b/llvm/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.2.3