diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-vcvt_n.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-vcvt_n.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-vcvt_n.ll b/llvm/test/CodeGen/AArch64/arm64-vcvt_n.ll index 7ed5be6e8af..c2380a39057 100644 --- a/llvm/test/CodeGen/AArch64/arm64-vcvt_n.ll +++ b/llvm/test/CodeGen/AArch64/arm64-vcvt_n.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm64 -aarch64-neon-syntax=apple | FileCheck %s +; RUN: llc < %s -mtriple=arm64-eabi -aarch64-neon-syntax=apple | FileCheck %s define <2 x float> @cvtf32fxpu(<2 x i32> %a) nounwind readnone ssp { ; CHECK-LABEL: cvtf32fxpu: |