mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Nuke dead comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47114 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c91b49b890
commit
f504eefb6e
@ -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
Block a user