diff options
Diffstat (limited to 'test/CodeGen/AArch64/fast-isel-folding.ll')
-rw-r--r-- | test/CodeGen/AArch64/fast-isel-folding.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/fast-isel-folding.ll b/test/CodeGen/AArch64/fast-isel-folding.ll index 6b524ff..883933b 100644 --- a/test/CodeGen/AArch64/fast-isel-folding.ll +++ b/test/CodeGen/AArch64/fast-isel-folding.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=aarch64-apple-darwin -O0 -fast-isel-abort -verify-machineinstrs < %s +; RUN: llc -mtriple=aarch64-apple-darwin -O0 -fast-isel-abort=1 -verify-machineinstrs < %s ; Test that we don't fold the shift. define i64 @fold_shift_test(i64 %a, i1 %c) { |