src/share/vm/opto/mathexactnode.hpp

changeset 6485
da862781b584
parent 6102
b957c650babb
child 6375
085b304a1cc5
     1.1 --- a/src/share/vm/opto/mathexactnode.hpp	Wed Nov 20 11:08:09 2013 -0800
     1.2 +++ b/src/share/vm/opto/mathexactnode.hpp	Thu Nov 21 12:30:35 2013 -0800
     1.3 @@ -49,7 +49,7 @@
     1.4    virtual Node* Identity(PhaseTransform* phase) { return this; }
     1.5    virtual Node* Ideal(PhaseGVN* phase, bool can_reshape) { return NULL; }
     1.6    virtual const Type* Value(PhaseTransform* phase) const { return bottom_type(); }
     1.7 -  virtual uint hash() const { return Node::hash(); }
     1.8 +  virtual uint hash() const { return NO_HASH; }
     1.9    virtual bool is_CFG() const { return false; }
    1.10    virtual uint ideal_reg() const { return NotAMachineReg; }
    1.11  

mercurial