]> git.ipfire.org Git - thirdparty/gcc.git/commit
* config/i386/i386-expand.c (ix86_split_idivmod): Rename
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 May 2019 17:59:19 +0000 (17:59 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 May 2019 17:59:19 +0000 (17:59 +0000)
commitc4a7002161d1cd666e6797697698694e7361b3ce
tree032576484945aaf9cdcde1511aa90e2fe60fb1ae
parent94c491e3ab8516e423b0b49a427eb0cd87842f23
* config/i386/i386-expand.c (ix86_split_idivmod): Rename
signed_p argument to unsigned_p.  Update all uses for changed polarity.
* config/i386/i386.md (u_bool): Handle DIV and UDIV RTXes.
(divmod splitters): Use u_bool macro in the call to ix86_split_idivmod.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@271259 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/config/i386/i386-expand.c
gcc/config/i386/i386.md