< prev index next >

src/cpu/ppc/vm/ppc.ad

Print this page

        

*** 2062,2071 **** --- 2062,2075 ---- } return true; // Per default match rules are supported. } + const int Matcher::float_pressure_scale(void) { + return 1; + } + int Matcher::regnum_to_fpu_offset(int regnum) { // No user for this method? Unimplemented(); return 999; }
< prev index next >