diff options
Diffstat (limited to 'clang/test/CodeGen/arm64_vdupq_n_f64.c')
| -rw-r--r-- | clang/test/CodeGen/arm64_vdupq_n_f64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/arm64_vdupq_n_f64.c b/clang/test/CodeGen/arm64_vdupq_n_f64.c index 139bfffb8d8..5e8834f6c47 100644 --- a/clang/test/CodeGen/arm64_vdupq_n_f64.c +++ b/clang/test/CodeGen/arm64_vdupq_n_f64.c @@ -1,5 +1,5 @@ -// RUN: %clang -O3 -target arm64-apple-ios7 -ffreestanding -S -o - %s | FileCheck %s -// RUN: %clang -O3 -target arm64-apple-ios7 -ffreestanding -S -o - -emit-llvm %s | \ +// RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -ffreestanding -S -o - %s | FileCheck %s +// RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -ffreestanding -S -o - -emit-llvm %s | \ // RUN: FileCheck -check-prefix=CHECK-IR %s // REQUIRES: arm64-registered-target |

