diff options
author | David Majnemer <david.majnemer@gmail.com> | 2016-08-15 00:13:04 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2016-08-15 00:13:04 +0000 |
commit | 5ec9c58f1394e1232972604d765238594d48fce1 (patch) | |
tree | c3c3a48290b37adc6fd7ec04469c11a0a8034755 /clang/lib/CodeGen/CGDecl.cpp | |
parent | 97fcf4be9be72b9d1b5650da8ca76e3badbf49ff (diff) | |
download | bcm5719-llvm-5ec9c58f1394e1232972604d765238594d48fce1.tar.gz bcm5719-llvm-5ec9c58f1394e1232972604d765238594d48fce1.zip |
[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
Diffstat (limited to 'clang/lib/CodeGen/CGDecl.cpp')
0 files changed, 0 insertions, 0 deletions