diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-ldp-aa.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-ldp-aa.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-ldp-aa.ll b/llvm/test/CodeGen/AArch64/arm64-ldp-aa.ll index ad5c01cfe34..acc70988e36 100644 --- a/llvm/test/CodeGen/AArch64/arm64-ldp-aa.ll +++ b/llvm/test/CodeGen/AArch64/arm64-ldp-aa.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm64 -enable-misched=false -verify-machineinstrs | FileCheck %s +; RUN: llc < %s -mtriple=arm64-eabi -enable-misched=false -verify-machineinstrs | FileCheck %s ; The next set of tests makes sure we can combine the second instruction into ; the first. |