| commit | baee655c5eecadb15cf987cdfb13a26dd6fa6afd | [log] [tgz] |
|---|---|---|
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Tue Dec 21 00:04:46 2010 +0000 |
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Tue Dec 21 00:04:46 2010 +0000 |
| tree | aa2165d283c2a85f8c9062cfa851ea7275422c59 | |
| parent | 830837da534fa1620ec523903beb0e6d452c179d [diff] |
Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h. This implementation already exists as ConnectedVNInfoEqClasses in LiveInterval.cpp, and it seems to be generally useful to have a light-weight way of forming equivalence classes of small integers. IntEqClasses doesn't allow enumeration of the elements in a class. llvm-svn: 122293