mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 14:20:29 +00:00
Set default value of HasExtractBitsInsn to false
llvm-svn: 206803
This commit is contained in:
parent
b5e765535e
commit
284d0fc3fc
@ -680,6 +680,7 @@ TargetLoweringBase::TargetLoweringBase(const TargetMachine &tm,
|
||||
UseUnderscoreLongJmp = false;
|
||||
SelectIsExpensive = false;
|
||||
HasMultipleConditionRegisters = false;
|
||||
HasExtractBitsInsn = false;
|
||||
IntDivIsCheap = false;
|
||||
Pow2DivIsCheap = false;
|
||||
DivIsWellDefined = false;
|
||||
|
Loading…
Reference in New Issue
Block a user