diff options
author | Frederic Riss <friss@apple.com> | 2014-09-04 18:55:46 +0000 |
---|---|---|
committer | Frederic Riss <friss@apple.com> | 2014-09-04 18:55:46 +0000 |
commit | 28f3d4186de1bda6c79a1873faf3d5ab0aaa7f21 (patch) | |
tree | f088a845f154982f80b31b2143dde1e6d60516fa /llvm/lib/Support/Dwarf.cpp | |
parent | a3f54f211e307003c592744d10bef5e53ed0f4c6 (diff) | |
download | bcm5719-llvm-28f3d4186de1bda6c79a1873faf3d5ab0aaa7f21.tar.gz bcm5719-llvm-28f3d4186de1bda6c79a1873faf3d5ab0aaa7f21.zip |
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
Diffstat (limited to 'llvm/lib/Support/Dwarf.cpp')
-rw-r--r-- | llvm/lib/Support/Dwarf.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Dwarf.cpp b/llvm/lib/Support/Dwarf.cpp index 4ff078c5ba9..c9efa61afe6 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; |