Revert "DI: Fold constant arguments into a single MDString"
[oota-llvm.git] / include / llvm / IR / Metadata.h
index 795f01d795426fac1577ca842462a214311de3db..e7b379c4ef2a4c4da1bfc6f63b4a9ec6d193fd84 100644 (file)
@@ -31,7 +31,7 @@ template<typename ValueSubClass, typename ItemParentClass>
 
 
 enum LLVMConstants : uint32_t {
-  DEBUG_METADATA_VERSION = 2  // Current debug info version number.
+  DEBUG_METADATA_VERSION = 1  // Current debug info version number.
 };
 
 //===----------------------------------------------------------------------===//