This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[arm] Missing length attribute in cond_return_inverted


Recently I had to dig into arm.md and found that although the return and
cond_return patterns have their length attribute set, the very simmilar
cond_return_inverted pattern misses that attribute. The patch below fixes
this potential bug.

Although the patch seems trivial I tested it on arm-elf and found no
regressions.

OK for mainline?

Akos

2004-06-18  Akos Kiss  <akiss@inf.u-szeged.hu>

* config/arm/arm.md (cond_return_inverted): Add "length" attribute.

Attachment: return_length.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]