diff options
Diffstat (limited to 'test/CodeGen/AArch64/fast-isel-int-ext4.ll')
-rw-r--r-- | test/CodeGen/AArch64/fast-isel-int-ext4.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/fast-isel-int-ext4.ll b/test/CodeGen/AArch64/fast-isel-int-ext4.ll index f25bb98..1ab951b 100644 --- a/test/CodeGen/AArch64/fast-isel-int-ext4.ll +++ b/test/CodeGen/AArch64/fast-isel-int-ext4.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=aarch64-apple-darwin -fast-isel -fast-isel-abort -verify-machineinstrs < %s | FileCheck %s +; RUN: llc -mtriple=aarch64-apple-darwin -fast-isel -fast-isel-abort=1 -verify-machineinstrs < %s | FileCheck %s define i32 @kill_flag(i16 signext %a) { ; CHECK-LABEL: kill_flag |