diff src/share/vm/opto/matcher.hpp @ 14702:d4dd5204c0aa

Merge
author ehelin
date Fri, 14 Mar 2014 13:27:18 +0100
parents 9e9af3aa4278
children 92aa6797d639
line wrap: on
line diff
--- a/src/share/vm/opto/matcher.hpp	Fri Mar 14 09:18:39 2014 +0100
+++ b/src/share/vm/opto/matcher.hpp	Fri Mar 14 13:27:18 2014 +0100
@@ -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;