diff options
Diffstat (limited to 'gcc/config/i386/unix.h')
-rw-r--r-- | gcc/config/i386/unix.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/i386/unix.h b/gcc/config/i386/unix.h index 1fe829ae021..15a07018cf3 100644 --- a/gcc/config/i386/unix.h +++ b/gcc/config/i386/unix.h @@ -77,11 +77,6 @@ Boston, MA 02111-1307, USA. */ : (MODE) == TImode || VECTOR_MODE_P (MODE) ? FIRST_SSE_REG \ : 0) -/* 1 if N is a possible register number for a function value. */ - -#define FUNCTION_VALUE_REGNO_P(N) \ - ((N) == 0 || ((N)== FIRST_FLOAT_REG && TARGET_FLOAT_RETURNS_IN_80387)) - /* Output code to add DELTA to the first argument, and then jump to FUNCTION. Used for C++ multiple inheritance. */ #define ASM_OUTPUT_MI_THUNK(FILE, THUNK_FNDECL, DELTA, FUNCTION) \ |