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:
abd19e8
)
Remove extra comma from enum list.
author
Jim Laskey
<jlaskey@mac.com>
Wed, 1 Mar 2006 20:49:44 +0000
(20:49 +0000)
committer
Jim Laskey
<jlaskey@mac.com>
Wed, 1 Mar 2006 20:49:44 +0000
(20:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26457
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/MachineDebugInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineDebugInfo.h
b/include/llvm/CodeGen/MachineDebugInfo.h
index 495506c67135db530a53d4f4d4a46635efdf7ca6..d9d76fae2af290a2ead18f1a8e5a7eaa62330d89 100644
(file)
--- a/
include/llvm/CodeGen/MachineDebugInfo.h
+++ b/
include/llvm/CodeGen/MachineDebugInfo.h
@@
-55,7
+55,7
@@
class StructType;
// Debug info constants.
enum {
- LLVMDebugVersion = 1
,
// Current version of debug information.
+ LLVMDebugVersion = 1
// Current version of debug information.
};
//===----------------------------------------------------------------------===//