simplify-rtx.c (simplify_binary_operation_1): Do not simplify a division of 0 if...
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 14 Jun 2017 10:40:34 +0000 (10:40 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 14 Jun 2017 10:40:34 +0000 (10:40 +0000)
commit934861488090cd5fa80845d9b07c6497e5d7621a
treeb00455bd7d290f11dce96406355422f2bca07827
parent85c1b6d7c855fd1b76a385af2b7f2c56bf3b7f11
simplify-rtx.c (simplify_binary_operation_1): Do not simplify a division of 0 if non-call exceptions are enabled.

* simplify-rtx.c (simplify_binary_operation_1) <UDIV>: Do not simplify
a division of 0 if non-call exceptions are enabled.

From-SVN: r249188
gcc/ChangeLog
gcc/simplify-rtx.c