1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Dwarf: Fix a copy-paste bug.

This tag isn't emitted by any compiler at the moment. PR18306.

llvm-svn: 197877
This commit is contained in:
Benjamin Kramer 2013-12-22 10:23:23 +00:00
parent 39275c48ca
commit df96e10090

View File

@ -86,7 +86,7 @@ const char *llvm::dwarf::TagString(unsigned Tag) {
case DW_TAG_template_alias: return "DW_TAG_template_alias";
case DW_TAG_coarray_type: return "DW_TAG_coarray_type";
case DW_TAG_generic_subrange: return "DW_TAG_generic_subrange";
case DW_TAG_dynamic_type: return "DW_TAG_generic_subrange";
case DW_TAG_dynamic_type: return "DW_TAG_dynamic_type";
case DW_TAG_MIPS_loop: return "DW_TAG_MIPS_loop";
case DW_TAG_type_unit: return "DW_TAG_type_unit";
case DW_TAG_format_label: return "DW_TAG_format_label";