Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
Transforms
Scalar
Reassociate.cpp
Find file
Blame
History
Permalink
we don't need a smallptrset to detect duplicates, the values are
· 60c2ca74
Chris Lattner
authored
Dec 31, 2009
sorted, so we can just do a linear scan. llvm-svn: 92372
60c2ca74
Loading