Kill the LLVM global lock.
[oota-llvm.git] / include / llvm / Support / Dwarf.h
index ca316441ea7e0281dac70e28e3391a6c7614c828..cd9f75600cbc7b67c1fa7ef4d32522961480c214 100644 (file)
@@ -57,7 +57,6 @@ enum LLVMConstants : uint32_t {
   DW_TAG_user_base = 0x1000, // Recommended base for user tags.
 
   DWARF_VERSION = 4,       // Default dwarf version we output.
-  DW_CIE_VERSION = 1,      // Common frame information version.
   DW_PUBTYPES_VERSION = 2, // Section version number for .debug_pubtypes.
   DW_PUBNAMES_VERSION = 2, // Section version number for .debug_pubnames.
   DW_ARANGES_VERSION = 2   // Section version number for .debug_aranges.