* config/i386/i386.h (GENERAL_REGNO_P): Use STACK_POINTER_REGNUM.
commit3cc68209bd20d453ebc980b7da53a0e832ef58ae
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Oct 2006 20:25:27 +0000 (28 20:25 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Oct 2006 20:25:27 +0000 (28 20:25 +0000)
treece7e5c869a162350fa0460f0feb4f8933fe1b333
parent61d210feb74bc26f5944c9f9d9107d21695fcf6f
    * config/i386/i386.h (GENERAL_REGNO_P): Use STACK_POINTER_REGNUM.
        (NON_QI_REG_P): Use IN_RANGE.
        (REX_INT_REGNO_P): Use IN_RANGE.
        (FP_REGNO_P): Use IN_RANGE.
        (SSE_REGNO_P): Use IN_RANGE.
        (REX_SSE_REGNO_P): Use IN_RANGE.
        (MMX_REGNO_P): Use IN_RANGE.
        (STACK_REGNO_P): New macro.
        (STACK_REG_P): Use STACK_REGNO_P.
        (NON_STACK_REG_P): Use STACK_REGNO_P.
        (REGNO_OK_FOR_INDEX_P): Use REX_INT_REGNO_P.
        (REGNO_OK_FOR_BASE_P): Use GENERAL_REGNO_P.
        (REG_OK_FOR_INDEX_NONSTRICT_P): Use REX_INT_REGNO_P.
        (REG_OK_FOR_BASE_NONSTRICT_P): Use GENERAL_REGNO_P.
        (HARD_REGNO_RENAME_OK): Use !IN_RANGE.

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