Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so

that we can model them as separate submodules.

llvm-svn: 167420
This commit is contained in:
Douglas Gregor
2012-11-05 23:30:26 +00:00
parent e2951f48bf
commit dc779abb8b
6 changed files with 121 additions and 40 deletions

View File

@@ -1546,7 +1546,7 @@ std::string CompilerInvocation::getModuleHash() const {
using llvm::hash_combine;
// Start the signature with the compiler version.
// FIXME: We'd rather use something more cryptographically sound that
// FIXME: We'd rather use something more cryptographically sound than
// CityHash, but this will do for now.
hash_code code = hash_value(getClangFullRepositoryVersion());