diff options
author | Gabor Buella <gabor.buella@intel.com> | 2018-05-24 07:09:08 +0000 |
---|---|---|
committer | Gabor Buella <gabor.buella@intel.com> | 2018-05-24 07:09:08 +0000 |
commit | be604857d3a8f3e55fb99327b6214e076931f1ca (patch) | |
tree | 3754791a7ed0bbfdfa7e03fea4bbdda7191490df /test/CodeGen/mmx-builtins.c | |
parent | 6948c9e09600c501f59fdb0b6ca7fb24160b4333 (diff) | |
download | clang-be604857d3a8f3e55fb99327b6214e076931f1ca.tar.gz |
[X86] NFC Include immintrin.h in CodeGen tests
Following r333110:
"Move all Intel defined intrinsic includes into immintrin.h"
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333160 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/mmx-builtins.c')
-rw-r--r-- | test/CodeGen/mmx-builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/mmx-builtins.c b/test/CodeGen/mmx-builtins.c index cd725e22b8..ab01c7bd5a 100644 --- a/test/CodeGen/mmx-builtins.c +++ b/test/CodeGen/mmx-builtins.c @@ -2,7 +2,7 @@ // RUN: %clang_cc1 -ffreestanding %s -triple=x86_64-apple-darwin -target-feature +ssse3 -fno-signed-char -emit-llvm -o - -Wall -Werror | FileCheck %s -#include <x86intrin.h> +#include <immintrin.h> __m64 test_mm_abs_pi8(__m64 a) { // CHECK-LABEL: test_mm_abs_pi8 |