tree-ssa-dom.c (record_equivalences_from_incoming_edge): Rework slightly to avoid...
authorJeff Law <law@redhat.com>
Mon, 25 Mar 2013 19:05:57 +0000 (13:05 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 25 Mar 2013 19:05:57 +0000 (13:05 -0600)
commit39e45653572c760e4d12d08d859615a1da9b1d81
treebadb3924bcf639adf7313e2d437082f425cefaed
parent85d8c21edbcdf3915c6bd0d72429329ef760ff2b
tree-ssa-dom.c (record_equivalences_from_incoming_edge): Rework slightly to avoid creating and folding useless trees.

        * tree-ssa-dom.c (record_equivalences_from_incoming_edge): Rework
slightly to avoid creating and folding useless trees.  Simplify
        slightly by restricting to INTEGER_CSTs and using int_fits_type_p.

From-SVN: r197060
gcc/ChangeLog
gcc/tree-ssa-dom.c