diff options
author | David Malcolm <dmalcolm@redhat.com> | 2014-11-07 13:07:50 -0500 |
---|---|---|
committer | David Malcolm <dmalcolm@redhat.com> | 2014-11-07 13:07:50 -0500 |
commit | c93192ec765abbc0db9b22d52cc3cd8dc291745a (patch) | |
tree | 18835cb7551e0a392cc25c2dac692cec823f8243 /gcc/tree-vect-slp.c | |
parent | ac65df14dfe6d8e994d191d9abdedfd7b73290c0 (diff) | |
download | gcc-c93192ec765abbc0db9b22d52cc3cd8dc291745a.tar.gz |
ubsan.c: Use gassign
gcc/ChangeLog.gimple-classes:
* ubsan.c (ubsan_expand_null_ifn): Rename local "stmt" to
"ubsan_null_call" and strengthen from gimple to gcall *.
Eliminate local gimple "g" in favor of new locals
"assign_stmt", "builtin_call", "cond_stmt", "and_stmt".
(instrument_null): Strengthen local "stmt" from gimple to
gassign *.
(instrument_si_overflow): Likewise.
(instrument_bool_enum_load): Likewise. Eliminate local gimple
"g" in favor of new locals "assign_stmt", "cond_stmt",
"call_stmt".
(instrument_nonnull_arg): Strengthen local "stmt" from gimple to
gcall *. Eliminate local gimple "g" in favor of new locals
"assign_stmt", "cond_stmt", "call_stmt".
(instrument_object_size): Strengthen locals "stmt" and "def_stmt"
from gimple to gassign *.
Diffstat (limited to 'gcc/tree-vect-slp.c')
0 files changed, 0 insertions, 0 deletions