Skip to content
Commit 5544bf1b authored by Lang Hames's avatar Lang Hames
Browse files

Use a SmallVector and linear lookup instead of a DenseSet - SourceMap values

will always be tiny sets, so DenseSet is overkill (SmallSet won't work as we
need iteration support). 

llvm-svn: 153529
parent a25fe221
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