asan.c (instrument_assignment): Instrument lhs only for gimple_store_p and rhs1 only...
commit52f2e7e1e986b933049b2ebf98b6004a24a54501
authorJakub Jelinek <jakub@redhat.com>
Mon, 3 Dec 2012 13:57:29 +0000 (3 14:57 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 3 Dec 2012 13:57:29 +0000 (3 14:57 +0100)
tree17bdc749405e3941bea8982fda4b070003f37bc3
parent4a0639a2a934025ee8772a0d23ba5969ccf8a7cf
asan.c (instrument_assignment): Instrument lhs only for gimple_store_p and rhs1 only for gimple_assign_load_p.

* asan.c (instrument_assignment): Instrument lhs only
for gimple_store_p and rhs1 only for gimple_assign_load_p.

From-SVN: r194087
gcc/ChangeLog
gcc/asan.c