aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineModuleInfo.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-01-20 19:22:03 +0000
committerDevang Patel <dpatel@apple.com>2009-01-20 19:22:03 +0000
commit6906ba52f050a6608502987e754a622f5c5111a6 (patch)
treea84590a46cab29dd92ae2d9eabf36274434031f9 /include/llvm/CodeGen/MachineModuleInfo.h
parent04ee5a1d9267e5e6fab8f088095fcb83c3c5cbd1 (diff)
downloadexternal_llvm-6906ba52f050a6608502987e754a622f5c5111a6.zip
external_llvm-6906ba52f050a6608502987e754a622f5c5111a6.tar.gz
external_llvm-6906ba52f050a6608502987e754a622f5c5111a6.tar.bz2
Need only one set of debug info versions enum.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62602 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineModuleInfo.h')
-rw-r--r--include/llvm/CodeGen/MachineModuleInfo.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/llvm/CodeGen/MachineModuleInfo.h b/include/llvm/CodeGen/MachineModuleInfo.h
index f3961f0..1ff7ee7 100644
--- a/include/llvm/CodeGen/MachineModuleInfo.h
+++ b/include/llvm/CodeGen/MachineModuleInfo.h
@@ -55,17 +55,6 @@ class PointerType;
class StructType;
//===----------------------------------------------------------------------===//
-// 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.
-};
-
-//===----------------------------------------------------------------------===//
/// SourceLineInfo - This class is used to record source line correspondence.
///
class SourceLineInfo {