* (assign_parms): Remove unnecessary #ifdef.
authorDoug Evans <dje@gnu.org>
Mon, 15 Mar 1993 21:43:27 +0000 (21:43 +0000)
committerDoug Evans <dje@gnu.org>
Mon, 15 Mar 1993 21:43:27 +0000 (21:43 +0000)
From-SVN: r3747

gcc/function.c

index 6b3f5f5..4e7e5d7 100644 (file)
@@ -2998,12 +2998,8 @@ assign_parms (fndecl, second_time)
         for its ultimate type, don't use that slot after entry.
         We'll make another stack slot, if we need one.  */
       {
-#ifdef FUNCTION_ARG_BOUNDARY
        int thisparm_boundary
          = FUNCTION_ARG_BOUNDARY (passed_mode, passed_type);
-#else
-       int thisparm_boundary = PARM_BOUNDARY;
-#endif
 
        if (GET_MODE_ALIGNMENT (nominal_mode) > thisparm_boundary)
          stack_parm = 0;