arm.md (cond_return_inverted): Add "length" attribute.

2004-0630  Akos Kiss  <akiss@inf.u-szeged.hu>
* arm.md (cond_return_inverted): Add "length" attribute.

From-SVN: r83896
This commit is contained in:
Akos Kiss 2004-06-30 09:17:43 +00:00 committed by Richard Earnshaw
parent fd53dbe051
commit 3e1b8dc08b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-0630 Akos Kiss <akiss@inf.u-szeged.hu>
* arm.md (cond_return_inverted): Add "length" attribute.
2004-06-29 Per Bothner <per@bothner.com>
* config/i386/winnt.c (i386_pe_encode_section_info): Smash rtlname's

View File

@ -7701,6 +7701,7 @@
return output_return_instruction (operands[0], TRUE, TRUE);
}"
[(set_attr "conds" "use")
(set_attr "length" "12")
(set_attr "type" "load1")]
)