From aa3386a543bdbce50cc3e155dbe3bc69b51d014a Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Mon, 5 Feb 2007 21:22:24 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9f62c7eb53c..e2b0f58fff6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2007-02-05 Hans-Peter Nilsson + 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. -- 2.30.2