diff src/share/vm/opto/matcher.hpp @ 6823:859c45fb8cea

7201026: add vector for shift count Summary: Add generation of vectors for scalar shift count. Reviewed-by: roland, twisti, dlong
author kvn
date Tue, 02 Oct 2012 12:25:13 -0700
parents da91efe96a93
children 8e47bac5643a
line wrap: on
line diff
--- a/src/share/vm/opto/matcher.hpp	Mon Oct 01 14:50:10 2012 -0700
+++ b/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();