function.c (gen_mem_addressof): When changing the RTX from a REG to a MEM...
authorRoger Sayle <roger@eyesopen.com>
Fri, 9 Apr 2004 01:38:12 +0000 (01:38 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 9 Apr 2004 01:38:12 +0000 (01:38 +0000)
commit886733617a5414bf849d049b04df5ba6460295fe
tree06f7266f4df4a49e7aa5ea53c513e9fd1b4c020e
parent82a6a7583c61ea85cbe36170cab00b2bdab8cf03
function.c (gen_mem_addressof): When changing the RTX from a REG to a MEM...

* function.c (gen_mem_addressof): When changing the RTX from a REG
to a MEM, clear MEM_VOLATILE_P which was formerly REG_USERVAR_P.

From-SVN: r80540
gcc/ChangeLog
gcc/function.c