On 08/12/2011 04:16 PM, Ramana Radhakrishnan wrote:
>>> @@ -24183,4 +24306,13 @@ arm_attr_length_push_multi(rtx parallel_op, rtx 
>>> first_op)
>>>    return 4;
>>>  }
>>>
>>> +/* Compute the number of instructions emitted by output_move_double.  */
>>> +int
>>> +arm_count_output_move_double_insns (rtx *operands)
>>> +{
>>> +  int count;
>>> +  output_move_double (operands, 0, &count);
>>> +  return count;
>>> +}

@@ -24205,4 +24328,13 @@ arm_attr_length_push_multi(rtx parallel_op, rtx 
first_op)
   return 4;
 }

+/* Compute the number of instructions emitted by output_move_double.  */
+int
+arm_length_output_move_double_insns (rtx *operands)
+{
+  int count;
+  output_move_double (operands, false, &count);
+  return count;
+}
+

fails to build, rename it everywhere if needed.

Reply via email to