aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-03-01 20:49:44 +0000
committerJim Laskey <jlaskey@mac.com>2006-03-01 20:49:44 +0000
commit40486cc6a06522fa2b3957f3db9c4bdf7767f3c9 (patch)
treeb499954431ac89276d954e06d418e9790c925bd8
parentabd19e8b5bc96b62000d60254bcfe6297639d4b1 (diff)
Remove extra comma from enum list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26457 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/MachineDebugInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineDebugInfo.h b/include/llvm/CodeGen/MachineDebugInfo.h
index 495506c671..d9d76fae2a 100644
--- 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.
};
//===----------------------------------------------------------------------===//