src/share/vm/opto/matcher.hpp

changeset 4134
859c45fb8cea
parent 4037
da91efe96a93
child 4159
8e47bac5643a
     1.1 --- a/src/share/vm/opto/matcher.hpp	Mon Oct 01 14:50:10 2012 -0700
     1.2 +++ b/src/share/vm/opto/matcher.hpp	Tue Oct 02 12:25:13 2012 -0700
     1.3 @@ -261,6 +261,7 @@
     1.4  
     1.5    // Vector ideal reg
     1.6    static const int vector_ideal_reg(int len);
     1.7 +  static const int vector_shift_count_ideal_reg(int len);
     1.8  
     1.9    // CPU supports misaligned vectors store/load.
    1.10    static const bool misaligned_vectors_ok();

mercurial