[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineDebugInfo.h
Jim Laskey
jlaskey at apple.com
Wed Mar 1 12:49:56 PST 2006
Changes in directory llvm/include/llvm/CodeGen:
MachineDebugInfo.h updated: 1.24 -> 1.25
---
Log message:
Remove extra comma from enum list.
---
Diffs of the changes: (+1 -1)
MachineDebugInfo.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/CodeGen/MachineDebugInfo.h
diff -u llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.24 llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.25
--- llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.24 Wed Mar 1 14:39:35 2006
+++ llvm/include/llvm/CodeGen/MachineDebugInfo.h Wed Mar 1 14:49:44 2006
@@ -55,7 +55,7 @@
// Debug info constants.
enum {
- LLVMDebugVersion = 1, // Current version of debug information.
+ LLVMDebugVersion = 1 // Current version of debug information.
};
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list