From: Akos Kiss Date: Wed, 30 Jun 2004 09:17:43 +0000 (+0000) Subject: arm.md (cond_return_inverted): Add "length" attribute. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e1b8dc08b8dcaefa077ab8cc93c877a2b28ee32;p=gcc.git arm.md (cond_return_inverted): Add "length" attribute. 2004-0630 Akos Kiss * arm.md (cond_return_inverted): Add "length" attribute. From-SVN: r83896 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4be6f6b50b7..b6334b78684 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-0630 Akos Kiss + + * arm.md (cond_return_inverted): Add "length" attribute. + 2004-06-29 Per Bothner * config/i386/winnt.c (i386_pe_encode_section_info): Smash rtlname's diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index 4b94f6e90f3..9092569cc2b 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -7701,6 +7701,7 @@ return output_return_instruction (operands[0], TRUE, TRUE); }" [(set_attr "conds" "use") + (set_attr "length" "12") (set_attr "type" "load1")] )