This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Fri, Mar 28, 2003 at 12:39:42PM +1030, Alan Modra wrote: > + && alias_sets_conflict_p (MEM_ALIAS_SET (mem), > + MEM_ALIAS_SET (sub))) Using true_dependence would be more correct here. That would remove fewer notes. Ok with that change. r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |