rx.md: Add peepholes to match a register move followed by a comparison of the moved...
authorKazuhio Inaoka <kazuhiro.inaoka.ud@renesas.com>
Tue, 17 May 2011 08:27:40 +0000 (08:27 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 17 May 2011 08:27:40 +0000 (08:27 +0000)
commitb3db92ac1996449f3c1f29ba17c9c1b73f8b817b
tree19f39188cdbbd5142b186c7f3f545468c41cda7f
parentf3450bc8d85a76ebfbd7b1fd6bf987465f1abc35
rx.md: Add peepholes to match a register move followed by a comparison of the moved...

* config/rx/rx.md: Add peepholes to match a register move followed
by a comparison of the moved register.  Replace these with an
addition of zero that does both actions in one instruction.

Co-Authored-By: Nick Clifton <nickc@redhat.com>
From-SVN: r173819
gcc/ChangeLog
gcc/config/rx/rx.md