Initialize new subtarget feature variable for generating reciprocal estimate instruct...
authorSanjay Patel <spatel@rotateright.com>
Tue, 11 Nov 2014 23:13:15 +0000 (23:13 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 11 Nov 2014 23:13:15 +0000 (23:13 +0000)
This was missed in r221706.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221731 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86Subtarget.cpp

index 6d55b84e738c3380974f7630ef9eddf756ceeab1..9d877c99e54dbf872540d86ee5c858ed21801c77 100644 (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;