diff options
Diffstat (limited to 'clang/test/CodeGen/arm64_vqmov.c')
-rw-r--r-- | clang/test/CodeGen/arm64_vqmov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/arm64_vqmov.c b/clang/test/CodeGen/arm64_vqmov.c index 38acc0c3b3a..6480e669e5c 100644 --- a/clang/test/CodeGen/arm64_vqmov.c +++ b/clang/test/CodeGen/arm64_vqmov.c @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - %s | FileCheck %s -// REQUIRES: arm64-registered-target +// REQUIRES: aarch64-registered-target /// Test vqmov[u]n_high_<su>{16,32,64) ARM64 intrinsics #include <arm_neon.h> |