summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Dwarf.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-01-20 19:23:29 +0000
committerDevang Patel <dpatel@apple.com>2009-01-20 19:23:29 +0000
commit018ec84b32cfe87941e496faa410a0aaa445d0cd (patch)
treef886267b0c473bb5c12e19df2d796dfdcfa7da3c /include/llvm/Support/Dwarf.h
parent6906ba52f050a6608502987e754a622f5c5111a6 (diff)
downloadllvm-018ec84b32cfe87941e496faa410a0aaa445d0cd.tar.gz
llvm-018ec84b32cfe87941e496faa410a0aaa445d0cd.tar.bz2
llvm-018ec84b32cfe87941e496faa410a0aaa445d0cd.tar.xz
indentation...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62603 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Dwarf.h')
-rw-r--r--include/llvm/Support/Dwarf.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h
index 7f1677430b..23ab9bf29e 100644
--- a/include/llvm/Support/Dwarf.h
+++ b/include/llvm/Support/Dwarf.h
@@ -22,11 +22,11 @@ namespace llvm {
// Debug info constants.
enum {
-LLVMDebugVersion = (7 << 16), // Current version of debug information.
-LLVMDebugVersion6 = (6 << 16), // Constant for version 6.
-LLVMDebugVersion5 = (5 << 16), // Constant for version 5.
-LLVMDebugVersion4 = (4 << 16), // Constant for version 4.
-LLVMDebugVersionMask = 0xffff0000 // Mask for version number.
+ LLVMDebugVersion = (7 << 16), // Current version of debug information.
+ LLVMDebugVersion6 = (6 << 16), // Constant for version 6.
+ LLVMDebugVersion5 = (5 << 16), // Constant for version 5.
+ LLVMDebugVersion4 = (4 << 16), // Constant for version 4.
+ LLVMDebugVersionMask = 0xffff0000 // Mask for version number.
};
namespace dwarf {