Commit 3e1b8dc0 by Akos Kiss Committed by Richard Earnshaw

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
parent fd53dbe0
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> 2004-06-29 Per Bothner <per@bothner.com>
* config/i386/winnt.c (i386_pe_encode_section_info): Smash rtlname's * config/i386/winnt.c (i386_pe_encode_section_info): Smash rtlname's
......
...@@ -7701,6 +7701,7 @@ ...@@ -7701,6 +7701,7 @@
return output_return_instruction (operands[0], TRUE, TRUE); return output_return_instruction (operands[0], TRUE, TRUE);
}" }"
[(set_attr "conds" "use") [(set_attr "conds" "use")
(set_attr "length" "12")
(set_attr "type" "load1")] (set_attr "type" "load1")]
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment