[ScopedNoAliasAA] Remove an unneccesary set
We are trying to prove that one group of operands is a subset of another. We did this by populating two Sets and determining that every element within one was inside the other. However, this is unnecessary. We can simply construct a single set and test if each operand is within it. llvm-svn: 278641
Loading
Please sign in to comment