From 0858c623d0c2307d5072575f394e05448b12817f Mon Sep 17 00:00:00 2001 From: Geoff Keating Date: Mon, 14 Aug 2000 05:59:50 +0000 Subject: flow.c (attempt_auto_inc): Remove unused variable `bb'. * flow.c (attempt_auto_inc): Remove unused variable `bb'. (attempt_auto_inc): Suppress parentheses warning. * function.c (put_reg_into_stack): Remove unused variable `unsigned_p'. * loop.c (load_mems): Remove `u' suffix in two places. * config/rs6000/rs6000.c: Remove unnecessary `u' suffixes from hex constants. * config/rs6000/rs6000.h: Likewise. * config/rs6000/sol-c0.c: Prototype some functions. Remove the __eabi dummy routine. * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Remove unused variable `buf_ptr'. From-SVN: r35670 --- gcc/function.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/function.c') diff --git a/gcc/function.c b/gcc/function.c index 62ae482..7f8bd1e 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -1481,7 +1481,6 @@ put_reg_into_stack (function, reg, type, promoted_mode, decl_mode, volatile_p, struct function *func = function ? function : cfun; rtx new = 0; unsigned int regno = original_regno; - int unsigned_p; if (regno == 0) regno = REGNO (reg); -- cgit v1.1