commit | dea54d6b4db0de57fca94a298ce2a3daf07948de | [log] [tgz] |
---|---|---|
author | Justin Lebar <jlebar@google.com> | Fri Oct 21 20:10:44 2016 +0000 |
committer | Justin Lebar <jlebar@google.com> | Fri Oct 21 20:10:44 2016 +0000 |
tree | 4979f8e4c1e33f42f5f9172a6746f2a57c7bbb74 | |
parent | f0a5715382c2f68a7bf7437f136b5daf1848af00 [diff] |
[IR] Add DenseMapInfo<CallSite>. Summary: A CallSite is basically an Instruction*, and you can put Instruction*s into DenseMaps, so you should be able to do the same with CallSites. This is used in a later patch. Reviewers: timshen Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D25643 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284870 91177308-0d34-0410-b5e6-96231b3b80d8