diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/addsub.ll')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/addsub.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/addsub.ll b/llvm/test/CodeGen/AArch64/addsub.ll index 2427cb140a1..f9c1cc0dd5a 100644 --- a/llvm/test/CodeGen/AArch64/addsub.ll +++ b/llvm/test/CodeGen/AArch64/addsub.ll @@ -1,5 +1,5 @@ ; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-linux-gnu | FileCheck %s -; RUN: llc -verify-machineinstrs < %s -march=arm64 | FileCheck %s +; RUN: llc -verify-machineinstrs < %s -mtriple=arm64-linux-gnu | FileCheck %s ; Note that this should be refactored (for efficiency if nothing else) ; when the PCS is implemented so we don't have to worry about the |

