mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Remove comma from enum list.
llvm-svn: 26456
This commit is contained in:
parent
c73a56236e
commit
ffef675325
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user