diff options
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 |