mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
fix formatting; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237181 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fc9309b63f
commit
9e2a698369
@ -2698,10 +2698,9 @@ public:
|
|||||||
/// If that's true, then return '0' as the number of RefinementSteps to avoid
|
/// If that's true, then return '0' as the number of RefinementSteps to avoid
|
||||||
/// any further refinement of the estimate.
|
/// any further refinement of the estimate.
|
||||||
/// An empty SDValue return means no estimate sequence can be created.
|
/// An empty SDValue return means no estimate sequence can be created.
|
||||||
virtual SDValue getRsqrtEstimate(SDValue Operand,
|
virtual SDValue getRsqrtEstimate(SDValue Operand, DAGCombinerInfo &DCI,
|
||||||
DAGCombinerInfo &DCI,
|
unsigned &RefinementSteps,
|
||||||
unsigned &RefinementSteps,
|
bool &UseOneConstNR) const {
|
||||||
bool &UseOneConstNR) const {
|
|
||||||
return SDValue();
|
return SDValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2713,8 +2712,7 @@ public:
|
|||||||
/// If that's true, then return '0' as the number of RefinementSteps to avoid
|
/// If that's true, then return '0' as the number of RefinementSteps to avoid
|
||||||
/// any further refinement of the estimate.
|
/// any further refinement of the estimate.
|
||||||
/// An empty SDValue return means no estimate sequence can be created.
|
/// An empty SDValue return means no estimate sequence can be created.
|
||||||
virtual SDValue getRecipEstimate(SDValue Operand,
|
virtual SDValue getRecipEstimate(SDValue Operand, DAGCombinerInfo &DCI,
|
||||||
DAGCombinerInfo &DCI,
|
|
||||||
unsigned &RefinementSteps) const {
|
unsigned &RefinementSteps) const {
|
||||||
return SDValue();
|
return SDValue();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user