< prev index next >

src/cpu/sparc/vm/sparc.ad

Print this page

        

@@ -1858,10 +1858,14 @@
   }
 
   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) {
   return regnum - 32; // The FP registers are in the second chunk
 }
 
 #ifdef ASSERT
< prev index next >