diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/fast-isel-shift.ll')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/fast-isel-shift.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/fast-isel-shift.ll b/llvm/test/CodeGen/AArch64/fast-isel-shift.ll index 8f670b4ba20..9b71930ea06 100644 --- a/llvm/test/CodeGen/AArch64/fast-isel-shift.ll +++ b/llvm/test/CodeGen/AArch64/fast-isel-shift.ll @@ -1,4 +1,4 @@ -; RUN: llc -fast-isel -fast-isel-abort -mtriple=arm64-apple-darwin < %s | FileCheck %s +; RUN: llc -fast-isel -fast-isel-abort -mtriple=arm64-apple-darwin -verify-machineinstrs < %s | FileCheck %s ; CHECK-LABEL: lsl_i8 ; CHECK: ubfiz {{w[0-9]*}}, {{w[0-9]*}}, #4, #4 |

