alias.c (alias_invariant): New variable.
authorJohn Carr <jfc@mit.edu>
Sat, 25 Apr 1998 16:09:24 +0000 (16:09 +0000)
committerJohn Carr <jfc@gcc.gnu.org>
Sat, 25 Apr 1998 16:09:24 +0000 (16:09 +0000)
commitde12be17436e7a02a24b9e99da71fb6bfa9a8075
treed658c3788fb182034177eeb4f3e6c84128bbcd2d
parentfb2c5c00b8f4917f22e3d1ccd3575a2d12aa9360
alias.c (alias_invariant): New variable.

* alias.c (alias_invariant): New variable.
(record_base_value): New argument INVARIANT.
(memrefs_conflict_p): If a register has an entry in the alias_invariant
array, try substituting that value for the register.
* rtl.h: Declare record_base_value.
* loop.c, unroll.c: Update callers of record_base_value.
* alias.c (find_base_value, find_base_term): SIGN_EXTEND and
ZERO_EXTEND do not affect base values.

From-SVN: r19408
gcc/ChangeLog
gcc/alias.c
gcc/loop.c
gcc/rtl.h
gcc/unroll.c