From ccd043a9567fdbb092524a5f767066c19152df46 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Sat, 7 Feb 1998 22:55:54 +0000 Subject: c-common.c: Include and /. * c-common.c: Include and /. * calls.c (expand_call): Remove unused variables funtree, n_regs, and tmpmode. * dbxout.c, except.c: Include /. * explow.c: (plus_constant_for_output_wide) Removed unused variable all_constant. * c-decl.c, genattr.c, genattrtab.c, getconfig.c, genemit.c genextract.c, genflags.c, genopinit.c genoutput.c, genpeep.c, genrecog.c, global.c, integrate.c , stupid.c : Include . * genextract.c: (walk_rtx) Remove unused variable link. * genrecog.c: (concat) Remove unreferenced static function. * prefix.c: Include /, * stmt.c: Include . (expand_asm_operands): Remove unused variable val1. (expand_return): Remove unused variable block. (pushcase): Remove unused variables l and n. (pushcaserange): Likewise. * unroll.c (unroll_loop): Remove unused variable temp. From-SVN: r17766 --- gcc/calls.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/calls.c') diff --git a/gcc/calls.c b/gcc/calls.c index 786d9b5..3a4244a 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -487,8 +487,6 @@ expand_call (exp, target, ignore) tree actparms = TREE_OPERAND (exp, 1); /* RTX for the function to be called. */ rtx funexp; - /* Tree node for the function to be called (not the address!). */ - tree funtree; /* Data type of the function. */ tree funtype; /* Declaration of the function being called, @@ -2110,9 +2108,7 @@ expand_call (exp, target, ignore) Deal with them explicitly by copying from the return registers into the target MEM locations. */ int bytes = int_size_in_bytes (TREE_TYPE (exp)); - int n_regs = (bytes + UNITS_PER_WORD - 1) / UNITS_PER_WORD; int i; - enum machine_mode tmpmode; rtx src, dst; int bitsize = MIN (TYPE_ALIGN (TREE_TYPE (exp)), BITS_PER_WORD); int bitpos, xbitpos, big_endian_correction = 0; -- cgit v1.1