projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cc319a
)
Fixed warning
author
Richard Mitton
<richard@codersnotes.com>
Thu, 19 Sep 2013 23:21:07 +0000
(23:21 +0000)
committer
Richard Mitton
<richard@codersnotes.com>
Thu, 19 Sep 2013 23:21:07 +0000
(23:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191053
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/Dwarf.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/Dwarf.h
b/include/llvm/Support/Dwarf.h
index d924788057e01a5158d26eb501f03c3abfe3d086..868669987c801ca1b30a2509396d4f52550ee234 100644
(file)
--- 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);