summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-04-07 00:58:44 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-04-07 00:58:44 +0000
commita7c7b54dde5aa7fc37c5ceb70ab7c7ea3d77de0d (patch)
tree6b0bd75731330c5a20a60fbf0c8ede02a1e2265b /llvm/include
parentb7c9c407f9e37ee0c83c1466024b8739492ff315 (diff)
downloadbcm5719-llvm-a7c7b54dde5aa7fc37c5ceb70ab7c7ea3d77de0d.tar.gz
bcm5719-llvm-a7c7b54dde5aa7fc37c5ceb70ab7c7ea3d77de0d.zip
Change -arm-divmod-libcall to a target neutral option.
llvm-svn: 129045
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Target/TargetOptions.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/llvm/Target/TargetOptions.h b/llvm/include/llvm/Target/TargetOptions.h
index 97ceffdaecb..fc80a06deba 100644
--- a/llvm/include/llvm/Target/TargetOptions.h
+++ b/llvm/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
OpenPOWER on IntegriCloud