Skip to content
Commit dadc762a authored by Chris Lattner's avatar Chris Lattner
Browse files

Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of

Selector's instead of requiring void* to be used.  I converted one use of
DenseSet<void*> over to use DenseSet<Selector> but the others should change
as well.

llvm-svn: 42645
parent c0154c06
Loading
Loading
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