src/share/vm/opto/subnode.hpp

changeset 2870
f1d6640088a1
parent 2314
f95d63e2154a
child 3910
ae9241bbce4a
     1.1 --- a/src/share/vm/opto/subnode.hpp	Mon May 02 18:53:37 2011 -0700
     1.2 +++ b/src/share/vm/opto/subnode.hpp	Tue May 03 12:11:54 2011 -0700
     1.3 @@ -377,7 +377,6 @@
     1.4  public:
     1.5    NegFNode( Node *in1 ) : NegNode(in1) {}
     1.6    virtual int Opcode() const;
     1.7 -  virtual Node *Ideal(PhaseGVN *phase, bool can_reshape);
     1.8    const Type *bottom_type() const { return Type::FLOAT; }
     1.9    virtual uint ideal_reg() const { return Op_RegF; }
    1.10  };
    1.11 @@ -391,7 +390,6 @@
    1.12  public:
    1.13    NegDNode( Node *in1 ) : NegNode(in1) {}
    1.14    virtual int Opcode() const;
    1.15 -  virtual Node *Ideal(PhaseGVN *phase, bool can_reshape);
    1.16    const Type *bottom_type() const { return Type::DOUBLE; }
    1.17    virtual uint ideal_reg() const { return Op_RegD; }
    1.18  };

mercurial