diff options
author | Eric Christopher <echristo@gmail.com> | 2013-09-05 00:22:35 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-09-05 00:22:35 +0000 |
commit | 4202633ea6f9e6aae3fb8ca06b037741af8bac89 (patch) | |
tree | 17753617945527fcb327c7d8d3d11aff6a4ba54b /llvm/lib/Support/Dwarf.cpp | |
parent | a1e01e8516a7f73baeb259b5beb754cdbe392418 (diff) | |
download | bcm5719-llvm-4202633ea6f9e6aae3fb8ca06b037741af8bac89.tar.gz bcm5719-llvm-4202633ea6f9e6aae3fb8ca06b037741af8bac89.zip |
Formatting.
llvm-svn: 190019
Diffstat (limited to 'llvm/lib/Support/Dwarf.cpp')
-rw-r--r-- | llvm/lib/Support/Dwarf.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Support/Dwarf.cpp b/llvm/lib/Support/Dwarf.cpp index 8a801396d0d..dd9d590a10e 100644 --- a/llvm/lib/Support/Dwarf.cpp +++ b/llvm/lib/Support/Dwarf.cpp @@ -59,8 +59,8 @@ const char *llvm::dwarf::TagString(unsigned Tag) { case DW_TAG_namelist_item: return "DW_TAG_namelist_item"; 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_type_parameter: return "DW_TAG_template_type_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"; |