diff options
author | Bingfeng Mei <bmei@broadcom.com> | 2009-01-21 11:39:19 +0000 |
---|---|---|
committer | Revital Eres <revitale@gcc.gnu.org> | 2009-01-21 11:39:19 +0000 |
commit | 71a6fe66e7292912deda846c123134d2c43d43e1 (patch) | |
tree | 9f0d4349fb3beba6fbbe170f65b83dc48644a965 /gcc/alias.h | |
parent | 954a782e53528ecd7cf7dac4f68506ab74d629c2 (diff) | |
download | gcc-71a6fe66e7292912deda846c123134d2c43d43e1.tar.gz |
check alias sets in add_inter_loop_mem_dep
From-SVN: r143540
Diffstat (limited to 'gcc/alias.h')
-rw-r--r-- | gcc/alias.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/alias.h b/gcc/alias.h index 73811d302b1..3492d7ee6ca 100644 --- a/gcc/alias.h +++ b/gcc/alias.h @@ -41,6 +41,7 @@ extern int alias_sets_conflict_p (alias_set_type, alias_set_type); extern int alias_sets_must_conflict_p (alias_set_type, alias_set_type); extern int objects_must_conflict_p (tree, tree); extern int nonoverlapping_memrefs_p (const_rtx, const_rtx); +extern bool insn_alias_sets_conflict_p (rtx, rtx); /* This alias set can be used to force a memory to conflict with all other memories, creating a barrier across which no memory reference |