diff options
Diffstat (limited to 'clang/test/CodeGen/arm64_vMaxMin.c')
-rw-r--r-- | clang/test/CodeGen/arm64_vMaxMin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/arm64_vMaxMin.c b/clang/test/CodeGen/arm64_vMaxMin.c index 379033e0c87..5f77b6c846a 100644 --- a/clang/test/CodeGen/arm64_vMaxMin.c +++ b/clang/test/CodeGen/arm64_vMaxMin.c @@ -1,6 +1,6 @@ // 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 | FileCheck -check-prefix=CHECK-CODEGEN %s -// REQUIRES: arm64-registered-target +// REQUIRES: aarch64-registered-target // Test ARM64 SIMD max/min intrinsics #include <arm_neon.h> |