diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-regress-f128csel-flags.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-regress-f128csel-flags.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-regress-f128csel-flags.ll b/llvm/test/CodeGen/AArch64/arm64-regress-f128csel-flags.ll index a1daf03f4fa..cf93e0e8e69 100644 --- a/llvm/test/CodeGen/AArch64/arm64-regress-f128csel-flags.ll +++ b/llvm/test/CodeGen/AArch64/arm64-regress-f128csel-flags.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=arm64 -verify-machineinstrs < %s | FileCheck %s +; RUN: llc < %s -mtriple=arm64-eabi -verify-machineinstrs | FileCheck %s ; We used to not mark NZCV as being used in the continuation basic-block ; when lowering a 128-bit "select" to branches. This meant a subsequent use |