diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-11-05 23:30:26 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-11-05 23:30:26 +0000 |
commit | 3043175274899e086c8664fe64c8fb4b9eacb733 (patch) | |
tree | 90ca73306f54927641d7dc982e85b870977b2c6b /lib/Frontend/CompilerInvocation.cpp | |
parent | ce36ecd5a509af8fc5924d21694df36e8bc94a95 (diff) |
Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so
that we can model them as separate submodules.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167420 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | lib/Frontend/CompilerInvocation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/CompilerInvocation.cpp b/lib/Frontend/CompilerInvocation.cpp index 62c08dfaaa..d0ff7d2345 100644 --- a/lib/Frontend/CompilerInvocation.cpp +++ b/lib/Frontend/CompilerInvocation.cpp @@ -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()); |