aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-03-01 20:48:20 +0000
committerJim Laskey <jlaskey@mac.com>2006-03-01 20:48:20 +0000
commitabd19e8b5bc96b62000d60254bcfe6297639d4b1 (patch)
tree52f9fbe75f4d54d0867b384211b657acb6ce9caa
parent9c4447aa2b47f133ac3eac095adb3c375d33031e (diff)
Remove comma from enum list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26456 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Support/Dwarf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h
index 0c955ee1d4..090fc6033a 100644
--- a/include/llvm/Support/Dwarf.h
+++ b/include/llvm/Support/Dwarf.h
@@ -31,7 +31,7 @@ namespace dwarf {
enum llvm_dwarf_constants {
// llvm mock tags
DW_TAG_invalid = ~0U, // Tag for invalid results.
- DW_TAG_anchor = 0, // Tag for descriptor anchors.
+ DW_TAG_anchor = 0 // Tag for descriptor anchors.
};
enum dwarf_constants {