ssa-ccp.c (visit_expression): Handle CALL_INSNs that can throw an exception.
authorJeffrey A Law <law@cygnus.com>
Wed, 25 Jul 2001 14:23:08 +0000 (14:23 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 25 Jul 2001 14:23:08 +0000 (08:23 -0600)
commit42f28de90bc251f93ef1bdd79deee7d9ae64931b
treea76936e9956590f6a1387a19eddbe8b2d442ce65
parent7c2b017c9a5f9a81dcf6b2b2047fd10165d19420
ssa-ccp.c (visit_expression): Handle CALL_INSNs that can throw an exception.

        * ssa-ccp.c (visit_expression): Handle CALL_INSNs that can
        throw an exception.
        (visit_expression): When attempting to simplify an expression,
        retrieve any modes for arguments before they are simplified
        to constants.

From-SVN: r44355
gcc/ChangeLog
gcc/ssa-ccp.c