]> git.ipfire.org Git - thirdparty/gcc.git/commit
2015-10-05 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Oct 2015 11:13:14 +0000 (11:13 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Oct 2015 11:13:14 +0000 (11:13 +0000)
commit1988eee46e890cca9c5c260e970932844f4b6c88
tree695bf52d47256a987ce95fdfa3717959c8ff8783
parenta9983b645227cfdc224752a1bd89d621a28172a8
2015-10-05  Richard Biener  <rguenther@suse.de>

* tree-ssa-pre.c (create_component_ref_by_pieces_1): Move
call handling ...
(create_expression_by_pieces): ... here and build GIMPLE
calls directly.  Use gimple_build API and avoid force_gimple_operand.
(insert_into_preds_of_block): Simplify.
(do_regular_insertion): Add comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228471 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-ssa-pre.c