src/share/vm/opto/phaseX.hpp

changeset 3407
35acf8f0a2e4
parent 3043
c96c3eb1efae
child 3847
5e990493719e
     1.1 --- a/src/share/vm/opto/phaseX.hpp	Sat Jan 07 13:26:43 2012 -0800
     1.2 +++ b/src/share/vm/opto/phaseX.hpp	Tue Jan 10 18:05:38 2012 -0800
     1.3 @@ -256,11 +256,6 @@
     1.4    // For pessimistic optimizations this is simply pointer equivalence.
     1.5    bool eqv(const Node* n1, const Node* n2) const { return n1 == n2; }
     1.6  
     1.7 -  // Return whether two Nodes are equivalent, after stripping casting.
     1.8 -  bool eqv_uncast(const Node* n1, const Node* n2) const {
     1.9 -    return eqv(n1->uncast(), n2->uncast());
    1.10 -  }
    1.11 -
    1.12    // For pessimistic passes, the return type must monotonically narrow.
    1.13    // For optimistic  passes, the return type must monotonically widen.
    1.14    // It is possible to get into a "death march" in either type of pass,

mercurial