]> gcc.gnu.org Git - gcc.git/commit - gcc/gimple.cc
Simplified GIMPLE IL builder functions.
authorDiego Novillo <dnovillo@google.com>
Thu, 18 Apr 2013 14:29:54 +0000 (10:29 -0400)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Thu, 18 Apr 2013 14:29:54 +0000 (10:29 -0400)
commit475b8f37f3f4085df385dbb122e0401a63d24edd
tree09e712c2649b544f356460fea4ffacbd8c9364d1
parent13957435839e1dc1d3bad23510640a1d09a84772
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.

From-SVN: r198056
gcc/ChangeLog
gcc/asan.c
gcc/gimple.c
gcc/gimple.h
This page took 0.058308 seconds and 5 git commands to generate.