mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
fix indentation, fit in 80 cols.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92267 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7f1a560b2f
commit
480decf1a2
@ -62,7 +62,7 @@ const char *llvm::dwarf::TagString(unsigned Tag) {
|
||||
case DW_TAG_packed_type: return "DW_TAG_packed_type";
|
||||
case DW_TAG_subprogram: return "DW_TAG_subprogram";
|
||||
case DW_TAG_template_type_parameter: return "DW_TAG_template_type_parameter";
|
||||
case DW_TAG_template_value_parameter: return "DW_TAG_template_value_parameter";
|
||||
case DW_TAG_template_value_parameter:return "DW_TAG_template_value_parameter";
|
||||
case DW_TAG_thrown_type: return "DW_TAG_thrown_type";
|
||||
case DW_TAG_try_block: return "DW_TAG_try_block";
|
||||
case DW_TAG_variant_part: return "DW_TAG_variant_part";
|
||||
|
Loading…
Reference in New Issue
Block a user