summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/arm64_vMaxMin.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/arm64_vMaxMin.c')
-rw-r--r--clang/test/CodeGen/arm64_vMaxMin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/arm64_vMaxMin.c b/clang/test/CodeGen/arm64_vMaxMin.c
index 8689bca701e..d53c0bb63df 100644
--- a/clang/test/CodeGen/arm64_vMaxMin.c
+++ b/clang/test/CodeGen/arm64_vMaxMin.c
@@ -1,5 +1,5 @@
-// RUN: %clang -O1 -target arm64-apple-ios7 -ffreestanding -S -o - -emit-llvm %s | FileCheck %s
-// RUN: %clang -O1 -target arm64-apple-ios7 -ffreestanding -S -o - %s | FileCheck -check-prefix=CHECK-CODEGEN %s
+// RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -ffreestanding -S -o - -emit-llvm %s | FileCheck %s
+// RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -ffreestanding -S -o - %s | FileCheck -check-prefix=CHECK-CODEGEN %s
// REQUIRES: arm64-registered-target
// Test ARM64 SIMD max/min intrinsics
OpenPOWER on IntegriCloud