Fix location info in ipa_param_body_adjustments::modify_call_stmt
commit92e563d91b012f09da8fd152e934f6b964ae49cb
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 7 Dec 2020 15:00:00 +0000 (7 16:00 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 7 Dec 2020 15:26:40 +0000 (7 16:26 +0100)
tree360af309514b7537a6d1799fba9280c2cc9f20d4
parent724390745213d5192af04a51bb08cf44da7c396d
Fix location info in ipa_param_body_adjustments::modify_call_stmt

Copy the location info from the passed in call stmt
to the newly built gimple call stmt.

2020-12-07  Bernd Edlinger  <bernd.edlinger@hotmail.de>

* ipa-param-manipulation.c
(ipa_param_body_adjustments::modify_call_stmt): Set location info.
gcc/ipa-param-manipulation.c