aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@gcc.gnu.org>2007-02-05 21:22:24 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2007-02-05 21:22:24 +0000
commitaa3386a543bdbce50cc3e155dbe3bc69b51d014a (patch)
tree89cc5f1c08551c4552bac6842c13e98fd6c26f2b
parentc3e786e725b4e1439b4a68c3118d12e94e9f1548 (diff)
downloadgcc-aa3386a543bdbce50cc3e155dbe3bc69b51d014a.zip
gcc-aa3386a543bdbce50cc3e155dbe3bc69b51d014a.tar.gz
gcc-aa3386a543bdbce50cc3e155dbe3bc69b51d014a.tar.bz2
re PR target/30665 (peephole2 misapplied on postinc mem)
PR target/30665 * config/cris/cris.md ("*andsi_movu", "*andsi_clear", "*andhi_movu") ("*andhi_clear", andu (casesi+45)): For size-changed operand where memory is allowed, require !side_effects_p, not just !MEM_VOLATILE_P. From-SVN: r121613
-rw-r--r--gcc/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9f62c7e..e2b0f58 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,6 @@
2007-02-05 Hans-Peter Nilsson <hp@axis.com>
+ PR target/30665
* config/cris/cris.md ("*andsi_movu", "*andsi_clear", "*andhi_movu")
("*andhi_clear", andu (casesi+45)): For size-changed operand where
memory is allowed, require !side_effects_p, not just !MEM_VOLATILE_P.