flow.c (attempt_auto_inc): Remove unused variable `bb'.
authorGeoff Keating <geoffk@cygnus.com>
Mon, 14 Aug 2000 05:59:50 +0000 (05:59 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Mon, 14 Aug 2000 05:59:50 +0000 (05:59 +0000)
commit0858c623d0c2307d5072575f394e05448b12817f
treebf2013914495537d0dd5a8f1d43cb696b4b8434e
parent51a017d8bc4aa54f56d0f245dacf5e847c947b9f
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/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/sol-c0.c
gcc/config/rs6000/sysv4.h
gcc/flow.c
gcc/function.c
gcc/loop.c