summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetLoweringBase.cpp
diff options
context:
space:
mode:
authorMichael Zolotukhin <mzolotukhin@apple.com>2014-04-26 09:56:41 +0000
committerMichael Zolotukhin <mzolotukhin@apple.com>2014-04-26 09:56:41 +0000
commitabd7ca070636a7132344165db834f1d006554e4a (patch)
tree5ce39859b2cabb13668fd1ac3af9a86340c0dedc /lib/CodeGen/TargetLoweringBase.cpp
parent9a1fab37c72e134bfca980bd69a58a593a7bc148 (diff)
downloadllvm-abd7ca070636a7132344165db834f1d006554e4a.tar.gz
llvm-abd7ca070636a7132344165db834f1d006554e4a.tar.bz2
llvm-abd7ca070636a7132344165db834f1d006554e4a.tar.xz
Revert r206749 till a final decision about the intrinsics is made.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TargetLoweringBase.cpp')
-rw-r--r--lib/CodeGen/TargetLoweringBase.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/TargetLoweringBase.cpp b/lib/CodeGen/TargetLoweringBase.cpp
index a34e003676..47ee2b0988 100644
--- a/lib/CodeGen/TargetLoweringBase.cpp
+++ b/lib/CodeGen/TargetLoweringBase.cpp
@@ -683,7 +683,6 @@ TargetLoweringBase::TargetLoweringBase(const TargetMachine &tm,
HasExtractBitsInsn = false;
IntDivIsCheap = false;
Pow2DivIsCheap = false;
- DivIsWellDefined = false;
JumpIsExpensive = false;
PredictableSelectIsExpensive = false;
MaskAndBranchFoldingIsLegal = false;