diff options
-rw-r--r-- | include/llvm/CodeGen/MachineDebugInfo.h | 2 |
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. }; //===----------------------------------------------------------------------===// |