ARM: More reorganization of extend patterns (PR43137)

Ramana Radhakrishnan ramana.gcc@googlemail.com
Tue Sep 7 21:29:00 GMT 2010


>> The define_mode_attrs need to be moved to iterators.md.  Also, a number
>> of patterns have been changed (inconsistently with the rest of arm.md)
>> to not have the terminating ')' in column 1.
>>
>> Otherwise, OK.
>
> Thanks.  Here's what I committed.

This broke bootstrap because of an unused variable "insn" . I've
committed this patch as obvious after making sure trunk builds for
arm-eabi after this patch.

2010-09-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

	* config/arm/arm.md: Remove unused variable.

cheers
Ramana


Index: gcc/config/arm/arm.md
===================================================================
--- gcc/config/arm/arm.md	(revision 163966)
+++ gcc/config/arm/arm.md	(working copy)
@@ -4065,7 +4065,6 @@
   "TARGET_32BIT"
   [(set (match_dup 0) (match_dup 1))]
 {
-  rtx insn;
   rtx lo_part = gen_lowpart (SImode, operands[0]);
   enum machine_mode src_mode = GET_MODE (operands[1]);



More information about the Gcc-patches mailing list