| commit | 93cffd2fb53752f3083384bfd5e740f97341bd3a | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Thu Mar 01 23:18:44 2012 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Thu Mar 01 23:18:44 2012 +0000 |
| tree | 03c5e2deb2b5aa72850b06dfeb7cfdb75b4fe125 | |
| parent | b18744943552aae4da5ed4034baf5436b8970178 [diff] |
Switch FoldingSet over to the new hashing infrastructure. We might want to do more invasive refactoring here to get FoldingSet to use size_t or even hash_code directly, but for now this is a good first step to remove Yet Another Hashing Algorithm from LLVM. llvm-svn: 151859