diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-11-05 20:41:30 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-11-05 20:41:30 +0000 |
commit | 6db024c83917fff4d130eba8bda65d24c7629c11 (patch) | |
tree | 7d13b87511c91f7a33e7bbef033a50963013063f | |
parent | a65c5a39b93c47ba8aed879a60ebcd431e071ec9 (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.map | 2 |
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 { |