]> git.ipfire.org Git - thirdparty/gcc.git/commit
trans-array.c (set_loop_bounds): Separate the beginning of gfc_conv_loop_setup into...
authorMikael Morin <mikael@gcc.gnu.org>
Thu, 3 Nov 2011 22:40:55 +0000 (22:40 +0000)
committerMikael Morin <mikael@gcc.gnu.org>
Thu, 3 Nov 2011 22:40:55 +0000 (22:40 +0000)
commit1d9370e9096e97e380a593039e755523345e530d
treef73ff2e0f23b7d995b910b50c4f60d42beafe945
parenta9e88ec6fe9438c79b19601f9c20ef77bea4ef9e
trans-array.c (set_loop_bounds): Separate the beginning of gfc_conv_loop_setup into a function of its own.

* trans-array.c (set_loop_bounds): Separate the beginning of
gfc_conv_loop_setup into a function of its own.
(set_delta): Separate the end of gfc_conv_loop_setup into a function
of its own.
(gfc_conv_loop_setup): Call set_loop_bounds and set delta.
(set_loop_bounds, set_delta, gfc_conv_loop_setup): Make loopspec a
pointer to the specloop field from the loop struct.

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