projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab75fd0
)
Initialize new subtarget feature variable for generating reciprocal estimate instruct...
author
Sanjay Patel
<spatel@rotateright.com>
Tue, 11 Nov 2014 23:13:15 +0000
(23:13 +0000)
committer
Sanjay 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
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86Subtarget.cpp
b/lib/Target/X86/X86Subtarget.cpp
index 6d55b84e738c3380974f7630ef9eddf756ceeab1..9d877c99e54dbf872540d86ee5c858ed21801c77 100644
(file)
--- a/
lib/Target/X86/X86Subtarget.cpp
+++ b/
lib/Target/X86/X86Subtarget.cpp
@@
-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;