* config/sh/sh.h (FUNCTION_ARG_REGNO_P): Fix parenthesizing error.
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 11 Feb 2002 08:37:07 +0000 (08:37 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Mon, 11 Feb 2002 08:37:07 +0000 (08:37 +0000)
From-SVN: r49674

gcc/ChangeLog
gcc/config/sh/sh.h

index 0ae670751151680d29d8f9ee0884fa70c4d75c62..d669773d99f703f0dcd5efe6518a1582ff0479d3 100644 (file)
@@ -1,5 +1,7 @@
 2002-02-11  Alexandre Oliva  <aoliva@redhat.com>
 
+       * config/sh/sh.h (FUNCTION_ARG_REGNO_P): Fix parenthesizing error.
+
        * combine.c (try_combine): Apply substitutions in
        CALL_INSN_FUNCTION_USAGE too.
 
index 3f0cad291c2c25468d271aa5b4bcea70d7fde6ce..800f3d9ee7d4de4c15f5efebea95a642ff6b2bae 100644 (file)
@@ -1421,10 +1421,10 @@ extern const enum reg_class reg_class_from_letter[];
 /* 1 if N is a possible register number for function argument passing.  */
 #define FUNCTION_ARG_REGNO_P(REGNO) \
   (((REGNO) >= FIRST_PARM_REG && (REGNO) < (FIRST_PARM_REG             \
-                                           + NPARM_REGS (SImode))      \
+                                           + NPARM_REGS (SImode)))     \
    || (TARGET_FPU_ANY                                                   \
        && (REGNO) >= FIRST_FP_PARM_REG && (REGNO) < (FIRST_FP_PARM_REG \
-                                                    + NPARM_REGS (SFmode)))))
+                                                    + NPARM_REGS (SFmode))))
 \f
 /* Define a data type for recording info about an argument list
    during the scan of that argument list.  This data type should