i386.c (ix86_split_idivmod): Use mode instead of always SImode for DIV and MOD in...
authorJakub Jelinek <jakub@redhat.com>
Sat, 30 Sep 2017 07:59:27 +0000 (09:59 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 30 Sep 2017 07:59:27 +0000 (09:59 +0200)
commit6bc1d858fbeba5ed7ee06266a3d6738bad2d8b3f
tree811cfe0bd27fc2ae8c2182a9e30412256e09beaf
parent8811a7bb93aa7be5fa396cc20169e46975e2ac15
i386.c (ix86_split_idivmod): Use mode instead of always SImode for DIV and MOD in REG_EQUAL notes.

* config/i386/i386.c (ix86_split_idivmod): Use mode instead of
always SImode for DIV and MOD in REG_EQUAL notes.

From-SVN: r253316
gcc/ChangeLog
gcc/config/i386/i386.c