aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2004-03-01 09:42:10 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2004-03-01 09:42:10 +0000
commit9a5a17f3dfc1461cf3e6ebb794dfb6e017a75f02 (patch)
tree7db75f2dfc83bcd47b03e5059b2b71fa22121be3 /gcc/cse.c
parent8983e50eff8564bd62cfe02e591c059386f041f6 (diff)
downloadgcc-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index 20a4b69..4206248 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -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. */