diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-03-01 09:42:10 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2004-03-01 09:42:10 +0000 |
commit | 9a5a17f3dfc1461cf3e6ebb794dfb6e017a75f02 (patch) | |
tree | 7db75f2dfc83bcd47b03e5059b2b71fa22121be3 /gcc/cse.c | |
parent | 8983e50eff8564bd62cfe02e591c059386f041f6 (diff) | |
download | gcc-9a5a17f3dfc1461cf3e6ebb794dfb6e017a75f02.zip gcc-9a5a17f3dfc1461cf3e6ebb794dfb6e017a75f02.tar.gz gcc-9a5a17f3dfc1461cf3e6ebb794dfb6e017a75f02.tar.bz2 |
combine.c (try_combine): Do not refer to is_replaced.
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.
From-SVN: r78698
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5031,7 +5031,7 @@ cse_insn (rtx insn, rtx libcall_insn) /* It is no longer clear why we used to do this, but it doesn't appear to still be needed. So let's try without it since this code hurts cse'ing widened ops. */ - /* If source is a perverse subreg (such as QI treated as an SI), + /* If source is a paradoxical subreg (such as QI treated as an SI), treat it as volatile. It may do the work of an SI in one context where the extra bits are not being used, but cannot replace an SI in general. */ |