diff options
author | Richard Henderson <rth@gcc.gnu.org> | 1999-09-10 11:45:22 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-09-10 11:45:22 -0700 |
commit | 944b921044d086fa5b6ed57e53605ff811526b67 (patch) | |
tree | 0b1e7a5515cc209766302bd8afeb8d9d90345530 /gcc | |
parent | d11494e9fac122f4e29f858edc942f7ded64dbfe (diff) | |
download | gcc-944b921044d086fa5b6ed57e53605ff811526b67.zip gcc-944b921044d086fa5b6ed57e53605ff811526b67.tar.gz gcc-944b921044d086fa5b6ed57e53605ff811526b67.tar.bz2 |
loop.c (basic_induction_var): Typo NULL_RTX -> NULL.
* loop.c (basic_induction_var): Typo NULL_RTX -> NULL.
(strength_reduce): Release the varrays from the no-bivs early exit.
* reload1.c (order_regs_for_reload): Init hard_reg_n_uses before
the loop over the registers.
* tree.c (save_tree_status): Set maybepermanent_firstobj NULL
for a new obstack.
(restore_tree_status): Check that instead when freeing the obstack.
From-SVN: r29273
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f5d0413..216c195 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,6 +3,18 @@ Fri Sep 10 16:48:26 1999 Andrew Haley <aph@cygnus.com> * tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields when comparing types. +Fri Sep 10 08:43:32 1999 Richard Henderson <rth@cygnus.com> + + * loop.c (basic_induction_var): Typo NULL_RTX -> NULL. + (strength_reduce): Release the varrays from the no-bivs early exit. + + * reload1.c (order_regs_for_reload): Init hard_reg_n_uses before + the loop over the registers. + + * tree.c (save_tree_status): Set maybepermanent_firstobj NULL + for a new obstack. + (restore_tree_status): Check that instead when freeing the obstack. + Wed Sep 8 16:12:04 1999 Andrew Haley <aph@cygnus.com> * alias.c (rtx_equal_for_memref_p): Allow CONST_DOUBLEs to be used |