trans-array.c (gfc_trans_array_bound_check, [...]): Rename the former to the latter.
authorMikael Morin <mikael@gcc.gnu.org>
Thu, 3 Nov 2011 21:21:30 +0000 (21:21 +0000)
committerMikael Morin <mikael@gcc.gnu.org>
Thu, 3 Nov 2011 21:21:30 +0000 (21:21 +0000)
commit36e783e3824427f779f293a991ea97a4d7782588
treef843134839a71a6ca6b42da7d516d1e90468cbb2
parenta13d9afef7fc87c6ddd4420192370531ee02524c
trans-array.c (gfc_trans_array_bound_check, [...]): Rename the former to the latter.

* trans-array.c (gfc_trans_array_bound_check,
trans_array_bound_check): Rename the former to the latter.
Replace descriptor argument with ss argument.  Get descriptor from ss.
(gfc_conv_array_index_offset, conv_array_index_offset): Rename the
former to the latter.  Update call to trans_array_bound_check.
Replace info argument with ss argument.  Get info from ss.
(gfc_conv_scalarized_array_ref): Update call to conv_array_index_offset.
(add_array_offset): Ditto

From-SVN: r180857
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c