src/share/vm/opto/node.hpp

changeset 9952
19056c781208
parent 9912
97d09139b360
child 10015
eb7ce841ccec
     1.1 --- a/src/share/vm/opto/node.hpp	Mon Mar 30 17:55:01 2020 +0200
     1.2 +++ b/src/share/vm/opto/node.hpp	Tue Jan 28 13:36:30 2020 +0100
     1.3 @@ -454,6 +454,9 @@
     1.4      return (this->uncast() == n->uncast());
     1.5    }
     1.6  
     1.7 +  // Find out of current node that matches opcode.
     1.8 +  Node* find_out_with(int opcode);
     1.9 +
    1.10  private:
    1.11    static Node* uncast_helper(const Node* n);
    1.12  

mercurial