MC: support different sized constants in constant pools
[oota-llvm.git] / include / llvm / MC / MCDirectives.h
index 0461766c2fd3c0ac71aadb37f51e1f9b0f45b914..f9d66e0b15d7e73d34f7897ccb0b231585efb6e8 100644 (file)
@@ -60,6 +60,11 @@ enum MCDataRegionType {
   MCDR_DataRegionEnd          ///< .end_data_region
 };
 
+enum MCVersionMinType {
+  MCVM_IOSVersionMin,         ///< .ios_version_min
+  MCVM_OSXVersionMin          ///< .macosx_version_min
+};
+
 } // end namespace llvm
 
 #endif