From 8d4eeb53f631b4e258cb2bf33f728c22586197b9 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Fri, 6 Feb 2015 23:44:24 +0000 Subject: Support: Stop stringifying DW_ATE_{lo,hi}_user llvm-svn: 228468 --- llvm/lib/Support/Dwarf.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/Support') diff --git a/llvm/lib/Support/Dwarf.cpp b/llvm/lib/Support/Dwarf.cpp index 9972960d373..7b94b71834d 100644 --- a/llvm/lib/Support/Dwarf.cpp +++ b/llvm/lib/Support/Dwarf.cpp @@ -422,8 +422,6 @@ const char *llvm::dwarf::AttributeEncodingString(unsigned Encoding) { case DW_ATE_signed_fixed: return "DW_ATE_signed_fixed"; case DW_ATE_unsigned_fixed: return "DW_ATE_unsigned_fixed"; case DW_ATE_decimal_float: return "DW_ATE_decimal_float"; - case DW_ATE_lo_user: return "DW_ATE_lo_user"; - case DW_ATE_hi_user: return "DW_ATE_hi_user"; } return nullptr; } -- cgit v1.2.3