forked from OSchip/llvm-project
parent
9592bb0390
commit
94ea004023
|
@ -1207,8 +1207,6 @@ public:
|
||||||
class ConstantFPSDNode : public SDNode {
|
class ConstantFPSDNode : public SDNode {
|
||||||
APFloat Value;
|
APFloat Value;
|
||||||
virtual void ANCHOR(); // Out-of-line virtual method to give class a home.
|
virtual void ANCHOR(); // Out-of-line virtual method to give class a home.
|
||||||
// Longterm plan: replace all uses of getValue with getValueAPF, remove
|
|
||||||
// getValue, rename getValueAPF to getValue.
|
|
||||||
protected:
|
protected:
|
||||||
friend class SelectionDAG;
|
friend class SelectionDAG;
|
||||||
ConstantFPSDNode(bool isTarget, const APFloat& val, MVT::ValueType VT)
|
ConstantFPSDNode(bool isTarget, const APFloat& val, MVT::ValueType VT)
|
||||||
|
|
Loading…
Reference in New Issue