diff options
Diffstat (limited to 'clang/test/CodeGen/arm64_vsri.c')
-rw-r--r-- | clang/test/CodeGen/arm64_vsri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/arm64_vsri.c b/clang/test/CodeGen/arm64_vsri.c index 237e32ee8f9..579431ddf02 100644 --- a/clang/test/CodeGen/arm64_vsri.c +++ b/clang/test/CodeGen/arm64_vsri.c @@ -1,7 +1,7 @@ // RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - -emit-llvm %s | FileCheck %s // RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - %s | \ // RUN: FileCheck -check-prefix=CHECK_CODEGEN %s -// REQUIRES: arm64-registered-target +// REQUIRES: aarch64-registered-target // Test ARM64 SIMD vector shift right and insert: vsri[q]_n_* |