hotspot/src/share/vm/opto/matcher.hpp
changeset 23220 fc827339dc37
parent 22911 ff49c48c887d
child 28372 ce0aad4b8c44
--- a/hotspot/src/share/vm/opto/matcher.hpp	Tue Mar 11 14:54:47 2014 -0700
+++ b/hotspot/src/share/vm/opto/matcher.hpp	Wed Mar 12 11:24:26 2014 -0700
@@ -79,6 +79,9 @@
 
   // Find shared Nodes, or Nodes that otherwise are Matcher roots
   void find_shared( Node *n );
+#ifdef X86
+  bool is_bmi_pattern(Node *n, Node *m);
+#endif
 
   // Debug and profile information for nodes in old space:
   GrowableArray<Node_Notes*>* _old_node_note_array;