summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Dwarf.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-09-05 16:55:35 +0000
committerEric Christopher <echristo@gmail.com>2013-09-05 16:55:35 +0000
commitc65d2010084fe471e1e8b86d0cec1d051e5a524f (patch)
treee69d1f3b982b22a012684baa21022bcb800b5891 /include/llvm/Support/Dwarf.h
parent5b9544b526fb655a8abcbb2034206e1a25aa4690 (diff)
downloadllvm-c65d2010084fe471e1e8b86d0cec1d051e5a524f.tar.gz
llvm-c65d2010084fe471e1e8b86d0cec1d051e5a524f.tar.bz2
llvm-c65d2010084fe471e1e8b86d0cec1d051e5a524f.tar.xz
Rename enums to match convention and remove superfluous "dwarf" in names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190067 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Dwarf.h')
-rw-r--r--include/llvm/Support/Dwarf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h
index 7a8bad6d93..5a86dee457 100644
--- a/include/llvm/Support/Dwarf.h
+++ b/include/llvm/Support/Dwarf.h
@@ -46,7 +46,7 @@ namespace dwarf {
// Do not mix the following two enumerations sets. DW_TAG_invalid changes the
// enumeration base type.
-enum llvm_dwarf_constants {
+enum LLVMConstants {
// llvm mock tags
DW_TAG_invalid = ~0U, // Tag for invalid results.
@@ -66,7 +66,7 @@ enum llvm_dwarf_constants {
const uint32_t DW_CIE_ID = UINT32_MAX;
const uint64_t DW64_CIE_ID = UINT64_MAX;
-enum dwarf_constants {
+enum Constants {
// Tags
DW_TAG_array_type = 0x01,
DW_TAG_class_type = 0x02,