expr.h (array_at_struct_end_p): Move to...
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 27 May 2015 18:00:15 +0000 (18:00 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 27 May 2015 18:00:15 +0000 (18:00 +0000)
commit8974754f6f12f2f032d4122b06d26319545ced00
tree400932ae2cd83549d10a0b94fb453c26608f0409
parente590690ef23053ddbd5b32c119f403f418a02d6a
expr.h (array_at_struct_end_p): Move to...

* expr.h (array_at_struct_end_p): Move to...
(array_ref_element_size): Likewise.
(component_ref_field_offset): Likewise.
* tree.h (array_ref_element_size): ...here.
(array_at_struct_end_p): Likewise.
(component_ref_field_offset): Likewise.
* expr.c (array_ref_element_size): Move to...
(array_ref_low_bound): Likewise.
(array_at_struct_end_p): Likewise.
(array_ref_up_bound): Likewise.
(component_ref_field_offset): Likewise.
* tree.c (array_ref_element_size): ...here.
(array_ref_low_bound): Likewise.
(array_ref_up_bound): Likewise.
(array_at_struct_end_p): Likewise.
(component_ref_field_offset): Likewise.

From-SVN: r223768
gcc/ChangeLog
gcc/expr.c
gcc/expr.h
gcc/tree.c
gcc/tree.h