summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-04-20 22:20:12 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-04-20 22:20:12 +0000
commit5f1ba4cd2de8a82f6fe2e42b7fef46a8e055c46b (patch)
tree8083f34a93a031d276986ba25288e4af6efe7135 /llvm/include
parent86e53ced08beca7b2333e7c0a52427eae5b2499e (diff)
downloadbcm5719-llvm-5f1ba4cd2de8a82f6fe2e42b7fef46a8e055c46b.tar.gz
bcm5719-llvm-5f1ba4cd2de8a82f6fe2e42b7fef46a8e055c46b.zip
Remove -use-divmod-libcall. Let targets opt in when they are available.
llvm-svn: 129884
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Target/TargetOptions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/Target/TargetOptions.h b/llvm/include/llvm/Target/TargetOptions.h
index cea8d5d8a2d..62190c166e3 100644
--- a/llvm/include/llvm/Target/TargetOptions.h
+++ b/llvm/include/llvm/Target/TargetOptions.h
@@ -157,10 +157,6 @@ 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;
-
/// getTrapFunctionName - If this returns a non-empty string, this means isel
/// should lower Intrinsic::trap to a call to the specified function name
/// instead of an ISD::TRAP node.
OpenPOWER on IntegriCloud