aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-11-05 20:41:30 +0000
committerDouglas Gregor <dgregor@apple.com>2012-11-05 20:41:30 +0000
commit6db024c83917fff4d130eba8bda65d24c7629c11 (patch)
tree7d13b87511c91f7a33e7bbef033a50963013063f
parenta65c5a39b93c47ba8aed879a60ebcd431e071ec9 (diff)
Fix module map for SSE4a builtins
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167399 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Headers/module.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Headers/module.map b/lib/Headers/module.map
index bcdd8e85e6..d8afccca30 100644
--- a/lib/Headers/module.map
+++ b/lib/Headers/module.map
@@ -70,7 +70,7 @@ module _Builtin_intrinsics [system] {
explicit module sse4a {
requires sse4a
export sse3
- header "nmmintrin.h"
+ header "ammintrin.h"
}
explicit module avx {