From: Hans-Peter Nilsson Date: Mon, 5 Feb 2007 21:22:24 +0000 (+0000) Subject: re PR target/30665 (peephole2 misapplied on postinc mem) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa3386a543bdbce50cc3e155dbe3bc69b51d014a;p=gcc.git 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 --- 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.