aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d924788..8686699 100644
--- a/include/llvm/Support/Dwarf.h
+++ b/include/llvm/Support/Dwarf.h
@@ -800,7 +800,7 @@ enum GDBIndexEntryKind {
GIEK_OTHER,
GIEK_UNUSED5,
GIEK_UNUSED6,
- GIEK_UNUSED7,
+ GIEK_UNUSED7
};
StringRef GDBIndexEntryKindString(GDBIndexEntryKind Kind);