]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/asan.c
Simplified GIMPLE IL builder functions.
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Apr 2013 14:29:54 +0000 (14:29 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Apr 2013 14:29:54 +0000 (14:29 +0000)
commit32bd77088add477333e7b7f60e5fd601e41ebe2e
tree09e712c2649b544f356460fea4ffacbd8c9364d1
parent984215a66f4c3b2624f85e600e6bfc25fa2a5163
Simplified GIMPLE IL builder functions.

* gimple.c (create_gimple_tmp): New.
(get_expr_type): New.
(build_assign): New.
(build_type_cast): New.
* gimple.h (enum ssa_mode): Define.
(gimple_seq_set_location): New.
* asan.c (build_check_stmt): Change some gimple_build_* calls
        to use build_assign and build_type_cast.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198056 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/asan.c
gcc/gimple.c
gcc/gimple.h