Skip to content
Snippets Groups Projects
Commit 19ffb35d authored by Andrew MacLeod's avatar Andrew MacLeod
Browse files

Do not walk equivalence set in path_oracle::killing_def.

When killing a def in the path ranger, there is no need to walk the set
of existing equivalences clearing bits.  An equivalence match requires
that both ssa-names have to be in each others set.  As killing_def
creates a new empty set contianing only the current def,  it already
ensures false equivaelnces won't happen.

	PR tree-optimization/106514
	* value-relation.cc (path_oracle::killing_def) Do not walk the
	  equivalence set clearing bits.
parent f0688c82
No related branches found
No related tags found
Loading
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