diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2016-10-18 18:36:49 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2016-10-18 18:36:49 +0000 |
| commit | 19601fa58772d1f3213e969bd8b2123d7918bf91 (patch) | |
| tree | e0f48abc44a5c9af856aa552f859f42dfdbf0754 /llvm/lib/Target/PowerPC/PPCISelLowering.h | |
| parent | efdc36c80202653e7f6469565e9cfabc9355786b (diff) | |
| download | bcm5719-llvm-19601fa58772d1f3213e969bd8b2123d7918bf91.tar.gz bcm5719-llvm-19601fa58772d1f3213e969bd8b2123d7918bf91.zip | |
revert r284495: [Target] remove TargetRecip class
There's something wrong with the StringRef usage while parsing the attribute string.
llvm-svn: 284513
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelLowering.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.h b/llvm/lib/Target/PowerPC/PPCISelLowering.h index 3d4ec27c5a6..bdd658a8413 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.h +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.h @@ -967,11 +967,11 @@ namespace llvm { SDValue DAGCombineTruncBoolExt(SDNode *N, DAGCombinerInfo &DCI) const; SDValue combineFPToIntToFP(SDNode *N, DAGCombinerInfo &DCI) const; - SDValue getRsqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, - int &RefinementSteps, + SDValue getRsqrtEstimate(SDValue Operand, DAGCombinerInfo &DCI, + unsigned &RefinementSteps, bool &UseOneConstNR) const override; - SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, - int &RefinementSteps) const override; + SDValue getRecipEstimate(SDValue Operand, DAGCombinerInfo &DCI, + unsigned &RefinementSteps) const override; unsigned combineRepeatedFPDivisors() const override; CCAssignFn *useFastISelCCs(unsigned Flag) const; |

