Author: rsandifo
Date: Sun Oct 11 19:09:01 2009
New Revision: 152646
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152646
Log:
gcc/
* simplify-rtx.c (simplify_replace_rtx): Use rtx_equal_p for
all OLD_RTXes, not just REGs. Use copy_rtx to create the
replacement value.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/simplify-rtx.c