From 9a5a17f3dfc1461cf3e6ebb794dfb6e017a75f02 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 1 Mar 2004 09:42:10 +0000 Subject: combine.c (try_combine): Do not refer to is_replaced. 2004-03-01 Paolo Bonzini * combine.c (try_combine): Do not refer to is_replaced. (gen_lowpart_for_combine): Perverse subregs now have a more politically correct name. * cse.c (cse_insn): Likewise. * jump.c: Fix bogus reference to delete_insn. From-SVN: r78698 --- gcc/jump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/jump.c') diff --git a/gcc/jump.c b/gcc/jump.c index a1d4e06..ff161b2 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -31,7 +31,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA formerly used them. The JUMP_LABEL info is sometimes looked at by later passes. - The subroutines delete_insn, redirect_jump, and invert_jump are used + The subroutines redirect_jump and invert_jump are used from other passes as well. */ #include "config.h" -- cgit v1.1