summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-11-05 23:30:26 +0000
committerDouglas Gregor <dgregor@apple.com>2012-11-05 23:30:26 +0000
commitdc779abb8ba2668bcd5e9a6d588f2545a81873bc (patch)
tree6dcd38e69a52a75498f626186ae6fcd9b7e718d1 /clang/lib/Frontend/CompilerInvocation.cpp
parente2951f48bfb5cbe5d5cbdefaeda43b72a8e7a117 (diff)
downloadbcm5719-llvm-dc779abb8ba2668bcd5e9a6d588f2545a81873bc.tar.gz
bcm5719-llvm-dc779abb8ba2668bcd5e9a6d588f2545a81873bc.zip
Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so
that we can model them as separate submodules. llvm-svn: 167420
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInvocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp
index 62c08dfaaac..d0ff7d2345c 100644
--- a/clang/lib/Frontend/CompilerInvocation.cpp
+++ b/clang/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());
OpenPOWER on IntegriCloud