summaryrefslogtreecommitdiff
path: root/include/llvm/Support
diff options
context:
space:
mode:
authorRichard Mitton <richard@codersnotes.com>2013-09-19 23:21:07 +0000
committerRichard Mitton <richard@codersnotes.com>2013-09-19 23:21:07 +0000
commit0bb2c300a339531b5df3e8c12dbed4e8770e2833 (patch)
tree373e67e8620ae7b2d51add874f4b232de7d68030 /include/llvm/Support
parent5cc319a42a914b24b164a94d9a563c728a7a4026 (diff)
downloadllvm-0bb2c300a339531b5df3e8c12dbed4e8770e2833.tar.gz
llvm-0bb2c300a339531b5df3e8c12dbed4e8770e2833.tar.bz2
llvm-0bb2c300a339531b5df3e8c12dbed4e8770e2833.tar.xz
Fixed warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191053 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
-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 d924788057..868669987c 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);