Define x86 CALL_USED_REGISTERS_MASK
commitf305527d2212c63ffcc599b4d0330ee822dd9180
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Oct 2015 13:47:12 +0000 (7 13:47 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Oct 2015 13:47:12 +0000 (7 13:47 +0000)
treec5bb438da0da4a01d633e77654d41639f71614d5
parentc5b80c2522869e69f09312484bb43a844a8ea819
Define x86 CALL_USED_REGISTERS_MASK

Define x86 CALL_USED_REGISTERS_MASK used on x86 CALL_USED_REGISTERS.

* config/i386/i386.c (ix86_conditional_register_usage): Use
CALL_USED_REGISTERS_MASK.
* config/i386/i386.h (CALL_USED_REGISTERS_MASK): New macro.

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