]> gcc.gnu.org Git - gcc.git/commit - gcc/rtl.c
cse.c (dump_class): New function.
authorMark Mitchell <mark@markmitchell.com>
Mon, 22 Feb 1999 13:34:33 +0000 (13:34 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 22 Feb 1999 13:34:33 +0000 (13:34 +0000)
commita4c6502a661a4d0a6e157e118c7be4178176f743
tree0b06b500febf846a9be290f5b44393399d824d50
parent44768aae76f6fe77bea11f4a0e5fcf24d65c8f8c
cse.c (dump_class): New function.

* 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).

From-SVN: r25372
gcc/ChangeLog
gcc/cse.c
gcc/function.c
gcc/rtl.c
This page took 0.055742 seconds and 5 git commands to generate.