Initialize new subtarget feature variable for generating reciprocal estimate instructions.

This was missed in r221706.

llvm-svn: 221731
This commit is contained in:
Sanjay Patel 2014-11-11 23:13:15 +00:00
parent 9419863909
commit 50fc6ff5e3
1 changed files with 1 additions and 0 deletions

View File

@ -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;