gimple-ssa-isolate-paths.c (stmt_uses_name_in_undefined_way): Replace flag_non_call_e...
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 17 Jan 2019 12:12:58 +0000 (12:12 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 17 Jan 2019 12:12:58 +0000 (12:12 +0000)
commit3d058ebb6ffcac960aa8604ce56b9077854b582a
tree14b17c88e815625a5e0951e64f8a3fc0525a98e2
parent143d3b158a8c363459220076f091d60e190b394b
gimple-ssa-isolate-paths.c (stmt_uses_name_in_undefined_way): Replace flag_non_call_exceptions with cfun->can_throw_non_call_exceptions.

* gimple-ssa-isolate-paths.c (stmt_uses_name_in_undefined_way): Replace
flag_non_call_exceptions with cfun->can_throw_non_call_exceptions.
(stmt_uses_0_or_null_in_undefined_way): Likewise.
* tree-ssa-alias.c (same_addr_size_stores_p): Likewise.

From-SVN: r268018
gcc/ChangeLog
gcc/gimple-ssa-isolate-paths.c
gcc/tree-ssa-alias.c