[NDS32] Restrict mov pattern that has at least one register operand.
authorKito Cheng <kito.cheng@gmail.com>
Wed, 4 Apr 2018 12:38:04 +0000 (12:38 +0000)
committerChung-Ju Wu <jasonwucj@gcc.gnu.org>
Wed, 4 Apr 2018 12:38:04 +0000 (12:38 +0000)
commitb43502719f0727864d5a19fe08a081a334022e42
treea14cfbeb91a4d12bfca07223fd1ef96d720debbf
parentf46de383ed507006d6f1d9737856ad0db81ba470
[NDS32] Restrict mov pattern that has at least one register operand.

gcc/
* config/nds32/nds32-doubleword.md (move_<mode>): Require
resiter_operand condition.
* config/nds32/nds32.md (*move<mode>): Ditto.

From-SVN: r259077
gcc/ChangeLog
gcc/config/nds32/nds32-doubleword.md
gcc/config/nds32/nds32.md