diff options
author | Ian Lance Taylor <iant@golang.org> | 2020-04-06 16:43:02 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-04-06 16:43:02 -0700 |
commit | 42fd3e04ccbfbc47c1fddb15d384814637df0636 (patch) | |
tree | e2695726e95b7bd125d52b7bdd315cb0028854fa /gcc/tree-data-ref.c | |
parent | 00eb71c43c74cc5143b60d470450c3981037ed3c (diff) | |
parent | 52fa80f853c0b0f623ea9e4c7198e324ce44ff30 (diff) | |
download | gcc-42fd3e04ccbfbc47c1fddb15d384814637df0636.zip gcc-42fd3e04ccbfbc47c1fddb15d384814637df0636.tar.gz gcc-42fd3e04ccbfbc47c1fddb15d384814637df0636.tar.bz2 |
Merge from trunk revision 52fa80f853c0b0f623ea9e4c7198e324ce44ff30
Diffstat (limited to 'gcc/tree-data-ref.c')
-rw-r--r-- | gcc/tree-data-ref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c index e2ea5b8..851225e 100644 --- a/gcc/tree-data-ref.c +++ b/gcc/tree-data-ref.c @@ -1751,7 +1751,7 @@ create_ifn_alias_checks (tree *cond_expr, return false; /* Make sure that both DRs access the same pattern of bytes, - with a constant length and and step. */ + with a constant length and step. */ poly_uint64 seg_len; if (!operand_equal_p (dr_a.seg_len, dr_b.seg_len, 0) || !poly_int_tree_p (dr_a.seg_len, &seg_len) |