| commit | 667fcb839eefb2f12ea1d7216189759f0bddd33e | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Wed Feb 26 16:58:35 2014 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Wed Feb 26 16:58:35 2014 +0000 |
| tree | 3f24586b763eb48cd5ad4341a768ebfa41f5ddf5 | |
| parent | 5109fcc0ae47b1d0ef600924f7571ed5a6b10459 [diff] |
Use a sorted array to store the information about a few address spaces. We don't have any test with more than 6 address spaces, so a DenseMap is probably not the correct answer. An unsorted array would also be OK, but we have to sort it for printing anyway. llvm-svn: 202275