OSDN Git Service

* cse.c (dump_class): New function.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Feb 1999 13:34:33 +0000 (13:34 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Feb 1999 13:34:33 +0000 (13:34 +0000)
commit592411905cdc9b00dc719204da4762305772719d
tree0b06b500febf846a9be290f5b44393399d824d50
parent56c3cd3df0c07c138e46fca295642d5929a7c512
* cse.c (dump_class): New function.
(invalidate_memory): Fix typo in comment.
* function.c (temp_slot): Add an alias set field.
(assign_stack_temp): Only reuse slots if they will have the
same alias set as before.
(combine_temp_slots): Don't combine if -fstrict-aliasing;
that's unsafe.
* rtl.c (copy_rtx): Copy all the flags (in particular,
MEM_SCALAR_P).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25372 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cse.c
gcc/function.c
gcc/rtl.c