1
0
mirror of https://github.com/RPCS3/llvm.git synced 2025-01-10 06:03:52 +00:00

Initialize new subtarget feature variable for generating reciprocal estimate instructions.

This was missed in r221706.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221731 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sanjay Patel 2014-11-11 23:13:15 +00:00
parent ab75fd0694
commit 4e9c3e9cee

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;