src/share/vm/opto/connode.hpp

changeset 656
1e026f8da827
parent 651
8d191a7697e2
child 670
9c2ecc2ffb12
     1.1 --- a/src/share/vm/opto/connode.hpp	Mon Jun 23 18:21:18 2008 -0700
     1.2 +++ b/src/share/vm/opto/connode.hpp	Tue Jun 24 10:43:29 2008 -0700
     1.3 @@ -280,7 +280,6 @@
     1.4    virtual const Type *Value( PhaseTransform *phase ) const;
     1.5    virtual uint  ideal_reg() const { return Op_RegN; }
     1.6  
     1.7 -  static Node* encode(PhaseTransform* phase, Node* value);
     1.8    virtual Node *Ideal_DU_postCCP( PhaseCCP *ccp );
     1.9  };
    1.10  
    1.11 @@ -300,8 +299,6 @@
    1.12    virtual Node *Identity( PhaseTransform *phase );
    1.13    virtual const Type *Value( PhaseTransform *phase ) const;
    1.14    virtual uint  ideal_reg() const { return Op_RegP; }
    1.15 -
    1.16 -  static Node* decode(PhaseTransform* phase, Node* value);
    1.17  };
    1.18  
    1.19  //------------------------------Conv2BNode-------------------------------------

mercurial