hotspot/src/share/vm/opto/matcher.hpp
changeset 13930 8df570f94294
parent 13728 882756847a04
child 13969 d2a189b83b87
--- a/hotspot/src/share/vm/opto/matcher.hpp	Mon Oct 01 14:50:10 2012 -0700
+++ b/hotspot/src/share/vm/opto/matcher.hpp	Tue Oct 02 12:25:13 2012 -0700
@@ -261,6 +261,7 @@
 
   // Vector ideal reg
   static const int vector_ideal_reg(int len);
+  static const int vector_shift_count_ideal_reg(int len);
 
   // CPU supports misaligned vectors store/load.
   static const bool misaligned_vectors_ok();