Commit 682a59fa by Doug Evans

* (assign_parms): Remove unnecessary #ifdef.

From-SVN: r3747
parent c3af9fc8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment