i386.md (*addhi_1_lea): Assert that operand 0 and operand 1 are equal.
authorUros Bizjak <ubizjak@gmail.com>
Fri, 4 Jun 2010 17:55:54 +0000 (19:55 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 4 Jun 2010 17:55:54 +0000 (19:55 +0200)
commit7d1f0f8a52db86fa860f131d32d23f1e72ecc93d
tree8a8dfd0cbc1b55683ab0090723cf34d134ebedc8
parent6b3c42ae60c718a0f9ad4ac29ca50d12361972a6
i386.md (*addhi_1_lea): Assert that operand 0 and operand 1 are equal.

* config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
that operand 0 and operand 1 are equal.
(*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
(*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
and operand 1 are equal.
<default>: Ditto. Remove ??? comment.
(*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
and operand 1 are equal.
<default>: Ditto. Remove ??? comment.
(*adddi_4) <default>:  Remove assert that operand 0 and operand 1
are equal.
(*add<mode>_4) <default>: Ditto.
(*add<mode>_5) <TYPE_INCDEC, default>: Ditto.

From-SVN: r160287
gcc/ChangeLog
gcc/config/i386/i386.md