From: hp Date: Mon, 5 Feb 2007 21:22:24 +0000 (+0000) Subject: PR target/30665 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0faeb5b3e62448dd400d050db8b19b57d0007c6;p=thirdparty%2Fgcc.git 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121613 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9f62c7eb53ce..e2b0f58fff60 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.