Change -arm-divmod-libcall to a target neutral option.
[oota-llvm.git] / include / llvm / Target / TargetOptions.h
index 97ceffdaecb8eb8acc509ef37b5914fcd60e094f..fc80a06deba063717b3f316b62403be2757a2ef7 100644 (file)
@@ -157,6 +157,10 @@ namespace llvm {
   /// wth earlier copy coalescing.
   extern bool StrongPHIElim;
 
+  /// HasDivModLibcall - This flag indicates whether the target compiler
+  /// runtime library has integer divmod libcalls.
+  extern bool HasDivModLibcall;
+
 } // End llvm namespace
 
 #endif