diff options
Diffstat (limited to 'test/CodeGen/builtin-clwb.c')
-rw-r--r-- | test/CodeGen/builtin-clwb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/builtin-clwb.c b/test/CodeGen/builtin-clwb.c index 96d00a6a7ca18..11c37c17694cf 100644 --- a/test/CodeGen/builtin-clwb.c +++ b/test/CodeGen/builtin-clwb.c @@ -1,6 +1,6 @@ // RUN: %clang_cc1 %s -ffreestanding -triple=x86_64-apple-darwin -target-feature +clwb -emit-llvm -o - -Wall -Werror | FileCheck %s -#include <x86intrin.h> +#include <immintrin.h> void test_mm_clwb(const void *__m) { //CHECK-LABEL: @test_mm_clwb |