From 28f3d4186de1bda6c79a1873faf3d5ab0aaa7f21 Mon Sep 17 00:00:00 2001 From: Frederic Riss Date: Thu, 4 Sep 2014 18:55:46 +0000 Subject: Revert "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()" This reverts commit 93c7e6161e1adbd2c7ac81fa081823183035cb64. This commit got approved first, but was dependant on another one going in (The one pretty printing attribute values). I'll reapply when the other one is in. llvm-svn: 217183 --- 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 4ff078c..c9efa61 100644 --- a/llvm/lib/Support/Dwarf.cpp +++ b/llvm/lib/Support/Dwarf.cpp @@ -598,7 +598,6 @@ const char *llvm::dwarf::LanguageString(unsigned Language) { case DW_LANG_C_plus_plus_11: return "DW_LANG_C_plus_plus_11"; case DW_LANG_OCaml: return "DW_LANG_OCaml"; case DW_LANG_lo_user: return "DW_LANG_lo_user"; - case DW_LANG_Mips_Assembler: return "DW_LANG_Mips_Assembler"; case DW_LANG_hi_user: return "DW_LANG_hi_user"; } return nullptr; -- cgit v1.1