]> gcc.gnu.org Git - gcc.git/commit - gcc/fortran/trans-decl.c
df-problems.c (can_move_insns_across): Exit loop once we find a non-fixed, non-global...
authorPo-Chun Chang <pchang9@cs.wisc.edu>
Mon, 22 Jul 2013 15:20:11 +0000 (09:20 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 22 Jul 2013 15:20:11 +0000 (09:20 -0600)
commitae382ebd8cbd04ae9d6bd24507b307f00d7ff5b4
tree4674bc8f90b7739914eac2c3df90ba7086e62181
parent9b6e6981e12dd37db9eccf38ea4fa46fa0efd8d4
df-problems.c (can_move_insns_across): Exit loop once we find a non-fixed, non-global register.

        * df-problems.c (can_move_insns_across): Exit loop once we
        find a non-fixed, non-global register.

        * ipa-pure-const.c (propagate_nothrow): Exit loop after
        setting can_throw.

        * omega.c (omega_eliminate_red): Break after setting red_found.
        (omega_problem_has_red_equations): Similarly after setting found.
        (omega_query_variable): Similarly after setting coupled.

        * trans-decl.c (gfc_build_dummy_array_decl): Exit loop after
        setting PACKED_PARTIAL.

From-SVN: r201132
gcc/ChangeLog
gcc/df-problems.c
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c
gcc/ipa-pure-const.c
gcc/omega.c
This page took 0.064064 seconds and 5 git commands to generate.