tsan.c (instrument_expr): If expr_ptr isn't a gimple val, first store it into a SSA_NAME.
authorJakub Jelinek <jakub@redhat.com>
Tue, 4 Dec 2012 13:25:07 +0000 (14:25 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 4 Dec 2012 13:25:07 +0000 (14:25 +0100)
commit5c972fb605d1206903a8f448984553f2987f5834
treeebbf0c8374c45d0076ec095c736d68329b9689f2
parentdfc8400779bdb0b1d798cb399360d49e12540c67
tsan.c (instrument_expr): If expr_ptr isn't a gimple val, first store it into a SSA_NAME.

* tsan.c (instrument_expr): If expr_ptr isn't a gimple val, first
store it into a SSA_NAME.

From-SVN: r194135
gcc/ChangeLog
gcc/tsan.c