This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/49939] [avr] Skip 2-word instructions if applicable
- From: "gjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 12 Oct 2011 09:59:34 +0000
- Subject: [Bug target/49939] [avr] Skip 2-word instructions if applicable
- Auto-submitted: auto-generated
- References: <bug-49939-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49939
--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-10-12 09:59:34 UTC ---
Author: gjl
Date: Wed Oct 12 09:59:30 2011
New Revision: 179843
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179843
Log:
PR target/49939
* config/avr/avr.md (*movqi): Rename to movqi_insn.
(*call_insn): Rename to call_insn.
(*call_value_insn): Rename to call_value_insn.
* config/avr/avr.c (avr_2word_insn_p): New static function.
(jump_over_one_insn_p): Use it.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/avr/avr.c
trunk/gcc/config/avr/avr.md