src/share/vm/opto/matcher.hpp

changeset 6378
8a8ff6b577ed
parent 6375
085b304a1cc5
child 6518
62c54fcc0a35
     1.1 --- a/src/share/vm/opto/matcher.hpp	Mon Jan 27 13:14:53 2014 +0100
     1.2 +++ b/src/share/vm/opto/matcher.hpp	Wed Mar 12 11:24:26 2014 -0700
     1.3 @@ -79,6 +79,9 @@
     1.4  
     1.5    // Find shared Nodes, or Nodes that otherwise are Matcher roots
     1.6    void find_shared( Node *n );
     1.7 +#ifdef X86
     1.8 +  bool is_bmi_pattern(Node *n, Node *m);
     1.9 +#endif
    1.10  
    1.11    // Debug and profile information for nodes in old space:
    1.12    GrowableArray<Node_Notes*>* _old_node_note_array;

mercurial