]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove DDR_INNER_LOOP
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Apr 2019 15:17:01 +0000 (15:17 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Apr 2019 15:17:01 +0000 (15:17 +0000)
commitf7ea3288ba34c7cd73e1771c40cbe867c2056bc3
tree2b208542a01c6d0a15ef892e61ecf858e99d9fe3
parent3114c9f4670e0ab4d3f98f71cfa37a1869982bb0
Remove DDR_INNER_LOOP

...since it was only ever zero in practice.  I wondered about making
it a symbolic constant instead, but it didn't seem worth it when
there was only one user (and that user was part of the internal
tree-data-ref.c implementation).

2019-04-29  Richard Sandiford  <richard.sandiford@arm.com>

gcc/
* tree-data-ref.h (data_dependence_relation::inner_loop): Delete.
(DDR_INNER_LOOP): Likewise.
* tree-data-ref.c (dump_data_dependence_relation): Update accordingly.
(initialize_data_dependence_relation): Likewise.
(insert_innermost_unit_dist_vector): Use 0 instead of DDR_INNER_LOOP.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@270654 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-data-ref.c
gcc/tree-data-ref.h