diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-01 09:42:10 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-01 09:42:10 +0000 |
commit | 5f3447b05c03d66948bc100d09cc27c1bd790866 (patch) | |
tree | 7db75f2dfc83bcd47b03e5059b2b71fa22121be3 /gcc/jump.c | |
parent | a291166d46c0e08f7d22b4ca25161eb2968782f1 (diff) | |
download | gcc-5f3447b05c03d66948bc100d09cc27c1bd790866.tar.gz |
2004-03-01 Paolo Bonzini <bonzini@gnu.org>
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78698 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/jump.c')
-rw-r--r-- | gcc/jump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jump.c b/gcc/jump.c index a1d4e06edde..ff161b25e2e 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" |