< prev index next >

src/hotspot/cpu/ppc/ppc.ad

Print this page

        

@@ -2338,11 +2338,11 @@
   return max_vector_size(bt); // Same as max.
 }
 
 // PPC doesn't support misaligned vectors store/load.
 const bool Matcher::misaligned_vectors_ok() {
-  return !AlignVector; // can be changed by flag
+  return false;
 }
 
 // PPC AES support not yet implemented
 const bool Matcher::pass_original_key_for_aes() {
   return false;
< prev index next >