Fixed warning

llvm-svn: 191053
This commit is contained in:
Richard Mitton 2013-09-19 23:21:07 +00:00
parent fe7ffd01f6
commit f43e48210e

View File

@ -800,7 +800,7 @@ enum GDBIndexEntryKind {
GIEK_OTHER,
GIEK_UNUSED5,
GIEK_UNUSED6,
GIEK_UNUSED7,
GIEK_UNUSED7
};
StringRef GDBIndexEntryKindString(GDBIndexEntryKind Kind);