regclass.c (regclass): Use SECONDARY_RELOAD_CLASS if it's defined to avoid useless...
authorJeff Law <law@gcc.gnu.org>
Sun, 17 Dec 1995 17:17:23 +0000 (10:17 -0700)
committerJeff Law <law@gcc.gnu.org>
Sun, 17 Dec 1995 17:17:23 +0000 (10:17 -0700)
commit041d71807974f04fc621367fe49b0bba6468bb5c
treeb0c096d7839f2547e531c7f4727f4a374911bc64
parenta295d3317e3675c09de2b101e88f08eba04f26c5
regclass.c (regclass): Use SECONDARY_RELOAD_CLASS if it's defined to avoid useless work.

        * regclass.c (regclass): Use SECONDARY_RELOAD_CLASS if it's
        defined to avoid useless work.

        * combine.c (find_split_point): Try to split SET_DEST
        just like we do for SET_SRC.

From-SVN: r10790
gcc/combine.c
gcc/regclass.c