Aligned and unaligned copies of the same string
authorDale Johannesen <dalej@apple.com>
Fri, 19 Nov 2010 00:48:58 +0000 (00:48 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 19 Nov 2010 00:48:58 +0000 (00:48 +0000)
commitc81c7fe643e91bc6ed817bf5e17379b74e161b91
treefe55619b9715c5e68b78b3a797c2e15b51daea3a
parentcb21d1c9fd1cf53f063183f7eb28af7fa4052ef0
Aligned and unaligned copies of the same string
were not hashing to the same value.  Analysis
and patch by Frits van Bommel!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119770 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/FoldingSet.cpp