summaryrefslogtreecommitdiff
path: root/gcc/regmove.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-22 05:46:35 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-22 05:46:35 +0000
commit258304056c2e20f416a93b8df9d7eb2ae52ddd49 (patch)
treef83a23eb4104d0dc33381fd8a8b7c55683da156a /gcc/regmove.c
parent77d71bdba925ab1eb35a171ab48bdc20de4d1417 (diff)
downloadgcc-258304056c2e20f416a93b8df9d7eb2ae52ddd49.tar.gz
Warning fixes:
* mips.c (gpr_mode): Don't say `static' twice. * cpplib.c (cpp_handle_option): Don't pass unneeded NULL to cpp_fatal. * objc/objc-act.c (init_selector): Hide prototype and definition. * optabs.c (gen_cond_trap): Remove unused variable `icode'. * regmove.c (copy_src_to_dest): Likewise for `i'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20652 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/regmove.c')
-rw-r--r--gcc/regmove.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/regmove.c b/gcc/regmove.c
index cb26dd9b638..158a69585e5 100644
--- a/gcc/regmove.c
+++ b/gcc/regmove.c
@@ -550,7 +550,6 @@ copy_src_to_dest (insn, src, dest, loop_depth)
rtx move_insn;
rtx *p_insn_notes;
rtx *p_move_notes;
- int i;
int src_regno;
int dest_regno;
int bb;