]> gcc.gnu.org Git - gcc.git/commit - gcc/config/i386/i386.c
i386.c (ix86_find_base_term): New.
authorJohn Wehle <john@feith.com>
Fri, 25 Aug 2000 16:52:24 +0000 (16:52 +0000)
committerJohn Wehle <wehle@gcc.gnu.org>
Fri, 25 Aug 2000 16:52:24 +0000 (16:52 +0000)
commitb949ea8b0f724013ec018b7af86ba134a229d723
tree1f4cb865a07357d51f3f12cc3e78156fa5a0c581
parent343b7260c6f4c4164fd65368a7d2391defcbd098
i386.c (ix86_find_base_term): New.

* i386.c (ix86_find_base_term): New.
* i386-protos.h (ix86_find_base_term): Prototype.
* i386.h (FIND_BASE_TERM): Define.
* alias.c (find_base_term): Use it.
* tm.texi (FIND_BASE_TERM): Document it.

* alias.c (true_dependence, write_dependence_p): Unchanging
memory can't conflict with non-unchanging memory.

* alias.c (memrefs_conflict_p): A BLKmode reference
to a symbol (or CONST_INT address) always conflicts
with a reference to another symbol.

From-SVN: r35985
gcc/ChangeLog
gcc/alias.c
gcc/config/i386/i386-protos.h
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/tm.texi
This page took 0.057598 seconds and 5 git commands to generate.