diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-01-04 04:44:47 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-01-04 04:44:47 +0000 |
| commit | 48551fe40b4395c795f0e528f805b6a00c1d49ed (patch) | |
| tree | d1eca4cd2dc38d8c423e16c6dccd83eb76bfdaa6 /gnu | |
| parent | dc94a1c589a52b65783a8ac77c7bab19306bd53f (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_int/loop.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_int/loop.c b/gnu/usr.bin/cc/cc_int/loop.c index 73037ae379726..1e65cdedf6906 100644 --- a/gnu/usr.bin/cc/cc_int/loop.c +++ b/gnu/usr.bin/cc/cc_int/loop.c @@ -6079,6 +6079,10 @@ maybe_eliminate_biv_1 (x, insn, bl, eliminate_p, where) else break; +#if 0 /* XXX patch to correct strength-reduction problem from + * Richard Henderson <richard@atheist.tamu.edu> incorporated + * 3 Jan 1996 - jkh@FreeBSD.org + */ if (CONSTANT_P (arg)) { /* First try to replace with any giv that has constant positive @@ -6224,6 +6228,7 @@ maybe_eliminate_biv_1 (x, insn, bl, eliminate_p, where) } #endif } +#endif /* If we get here, the biv can't be eliminated. */ return 0; |
