diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Target/TargetOptions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h index 97ceffd..fc80a06 100644 --- a/include/llvm/Target/TargetOptions.h +++ b/include/llvm/Target/TargetOptions.h @@ -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 |