diff options
Diffstat (limited to 'test/CodeGen/AArch64/fast-isel-trunc.ll')
-rw-r--r-- | test/CodeGen/AArch64/fast-isel-trunc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/fast-isel-trunc.ll b/test/CodeGen/AArch64/fast-isel-trunc.ll index 55937eb..af58abe 100644 --- a/test/CodeGen/AArch64/fast-isel-trunc.ll +++ b/test/CodeGen/AArch64/fast-isel-trunc.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=aarch64-apple-darwin -fast-isel -fast-isel-abort -verify-machineinstrs < %s +; RUN: llc -mtriple=aarch64-apple-darwin -fast-isel -fast-isel-abort=1 -verify-machineinstrs < %s ; Test that %1 doesn't get the kill flag set before its last use. define i32 @test_trunc(i32 %a) { |