diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-05-23 13:37:42 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-05-23 13:37:42 -0600 |
commit | a366a40a7effd50925bca3f0254782084cde015c (patch) | |
tree | ae6717c3524afb167f389ccae9d90bea6d0237f4 /gcc/loop.c | |
parent | 1ba5d5ce7a2b44c554fcaec7352d12760a640d90 (diff) | |
download | gcc-a366a40a7effd50925bca3f0254782084cde015c.zip gcc-a366a40a7effd50925bca3f0254782084cde015c.tar.gz gcc-a366a40a7effd50925bca3f0254782084cde015c.tar.bz2 |
[multiple changes]
Sun May 23 20:31:16 1999 Jeffrey A Law (law@cygnus.com)
* loop.c (strength_reduce): Grow reg_single_usage as needed.
Sun May 23 10:13:20 1999 David O'Brien <obrien@FreeBSD.org>
* i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic.
Also remove a useless comment.
Sun May 23 10:05:23 1999 Jerry Quinn <jquinn@nortelnetworks.com>
* pa.md (negdf2,negsf2): Use fneg instead of fsub on pa 2.0.
From-SVN: r27111
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4198,6 +4198,7 @@ strength_reduce (scan_start, end, loop_top, insn_count, VARRAY_GROW (set_in_loop, nregs); VARRAY_GROW (n_times_set, nregs); VARRAY_GROW (may_not_optimize, nregs); + VARRAY_GROW (reg_single_usage, nregs); } if (! validate_change (next->insn, next->location, add_val, 0)) |