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:
9c4447a
)
Remove comma from enum list.
author
Jim Laskey
<jlaskey@mac.com>
Wed, 1 Mar 2006 20:48:20 +0000
(20:48 +0000)
committer
Jim Laskey
<jlaskey@mac.com>
Wed, 1 Mar 2006 20:48:20 +0000
(20:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26456
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 0c955ee1d46bd6de3691549c4200f2b8df11e36b..090fc6033aea5ba4609c1a68acd03514a81ab440 100644
(file)
--- 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 {