diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-vcnt.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-vcnt.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-vcnt.ll b/llvm/test/CodeGen/AArch64/arm64-vcnt.ll index 5cff10cb8d1..4e8147cb806 100644 --- a/llvm/test/CodeGen/AArch64/arm64-vcnt.ll +++ b/llvm/test/CodeGen/AArch64/arm64-vcnt.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 <8 x i8> @cls_8b(<8 x i8>* %A) nounwind { ;CHECK-LABEL: cls_8b: |