< prev index next >

src/cpu/ppc/vm/ppc.ad

Print this page

        

@@ -2135,12 +2135,10 @@
   decode->set_opnd_array(0, new iRegPdstOper());
   decode->set_opnd_array(1, new iRegNsrcOper());
   return decode;
 }
 */
-// Threshold size for cleararray.
-const int Matcher::init_array_short_size = 8 * BytesPerLong;
 
 // false => size gets scaled to BytesPerLong, ok.
 const bool Matcher::init_array_count_is_in_bytes = false;
 
 // Use conditional move (CMOVL) on Power7.
< prev index next >