Chandler Carruth eea81f32cd Switch this code to use hash_combine_range rather than incremental calls
to hash_combine. One of the interfaces could already do this, and the
other can just use a small buffer. This is a much more efficient way to
use the hash_combine interface, although I don't have any particular
benchmark where this code was hot, so I can't measure much of an impact.
It at least doesn't slow anything down.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152200 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-07 03:22:32 +00:00
..
2012-01-20 17:56:17 +00:00
2012-02-05 22:14:15 +00:00
2011-10-11 22:58:58 +00:00
2012-02-22 17:25:00 +00:00
2010-11-29 18:16:10 +00:00
2011-06-20 14:12:33 +00:00
2011-12-01 08:00:17 +00:00