summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/arm64_vtst.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/arm64_vtst.c')
-rw-r--r--clang/test/CodeGen/arm64_vtst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/arm64_vtst.c b/clang/test/CodeGen/arm64_vtst.c
index f259f0d0d94..c30b3947c26 100644
--- a/clang/test/CodeGen/arm64_vtst.c
+++ b/clang/test/CodeGen/arm64_vtst.c
@@ -1,4 +1,4 @@
-// RUN: %clang -O1 -target arm64-apple-ios7 -ffreestanding -S -o - -emit-llvm %s | FileCheck %s
+// RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -ffreestanding -S -o - -emit-llvm %s | FileCheck %s
// Test ARM64 SIMD comparison test intrinsics
#include <arm_neon.h>
OpenPOWER on IntegriCloud