From c13fd6d1e1095b00fe0074663434856d7f910fa1 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 29 Mar 2012 21:35:05 +0000 Subject: Lowercase the tag name to match the rest of dwarf. llvm-svn: 153691 --- llvm/lib/Support/Dwarf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/Dwarf.cpp') diff --git a/llvm/lib/Support/Dwarf.cpp b/llvm/lib/Support/Dwarf.cpp index b317e4927d1..5c59a3ef8ef 100644 --- a/llvm/lib/Support/Dwarf.cpp +++ b/llvm/lib/Support/Dwarf.cpp @@ -95,7 +95,7 @@ const char *llvm::dwarf::TagString(unsigned Tag) { return "DW_TAG_GNU_template_parameter_pack"; case DW_TAG_GNU_formal_parameter_pack: return "DW_TAG_GNU_formal_parameter_pack"; - case DW_TAG_APPLE_Property: return "DW_TAG_APPLE_property"; + case DW_TAG_APPLE_property: return "DW_TAG_APPLE_property"; } return 0; } -- cgit v1.2.3