Skip to content
Snippets Groups Projects
Commit 1b4497d6 authored by Andrew Pinski's avatar Andrew Pinski
Browse files

phiopt: Use gimple_phi_result rather than PHI_RESULT [PR116643]


This converts the uses of PHI_RESULT in phiopt to be gimple_phi_result
instead. Since there was already a mismatch of uses here, it
would be good to use prefered one (gimple_phi_result) instead.

Bootstrapped and tested on x86_64-linux-gnu.

	PR tree-optimization/116643
gcc/ChangeLog:

	* tree-ssa-phiopt.cc (replace_phi_edge_with_variable): s/PHI_RESULT/gimple_phi_result/.
	(factor_out_conditional_operation): Likewise.
	(minmax_replacement): Likewise.
	(spaceship_replacement): Likewise.
	(cond_store_replacement): Likewise.
	(cond_if_else_store_replacement_1): Likewise.

Signed-off-by: default avatarAndrew Pinski <quic_apinski@quicinc.com>
parent c726a664
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment