forked from OSchip/llvm-project
Initialize new subtarget feature variable for generating reciprocal estimate instructions.
This was missed in r221706. llvm-svn: 221731
This commit is contained in:
parent
9419863909
commit
50fc6ff5e3
|
@ -274,6 +274,7 @@ void X86Subtarget::initializeEnvironment() {
|
|||
SlowLEA = false;
|
||||
SlowIncDec = false;
|
||||
UseSqrtEst = false;
|
||||
UseReciprocalEst = false;
|
||||
stackAlignment = 4;
|
||||
// FIXME: this is a known good value for Yonah. How about others?
|
||||
MaxInlineSizeThreshold = 128;
|
||||
|
|
Loading…
Reference in New Issue