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 | 5219ed89be3255b9560468896f295a4cb8a2259e (patch) | |
tree | bd0b3d91d54096489c20ff154a987dccaf9d32bf /clang/test/CodeGen/builtin-clflushopt.c | |
parent | 79420acb96db4f0cdf83b190e2171d3024fe4b17 (diff) | |
download | bcm5719-llvm-5219ed89be3255b9560468896f295a4cb8a2259e.tar.gz bcm5719-llvm-5219ed89be3255b9560468896f295a4cb8a2259e.zip |
[X86] NFC Include immintrin.h in CodeGen tests
Following r333110:
"Move all Intel defined intrinsic includes into immintrin.h"
llvm-svn: 333160
Diffstat (limited to 'clang/test/CodeGen/builtin-clflushopt.c')
-rw-r--r-- | clang/test/CodeGen/builtin-clflushopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/builtin-clflushopt.c b/clang/test/CodeGen/builtin-clflushopt.c index f82ac4638f4..4bf6f7efcc1 100644 --- a/clang/test/CodeGen/builtin-clflushopt.c +++ b/clang/test/CodeGen/builtin-clflushopt.c @@ -1,6 +1,6 @@ // RUN: %clang_cc1 %s -ffreestanding -triple=x86_64-apple-darwin -target-feature +clflushopt -emit-llvm -o - -Wall -Werror | FileCheck %s -#include <x86intrin.h> +#include <immintrin.h> void test_mm_clflushopt(char * __m) { //CHECK-LABEL: @test_mm_clflushopt |