diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/tailcall-fastisel.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/tailcall-fastisel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/tailcall-fastisel.ll b/llvm/test/CodeGen/AArch64/tailcall-fastisel.ll index 3ba63918316..ea173de274e 100644 --- a/llvm/test/CodeGen/AArch64/tailcall-fastisel.ll +++ b/llvm/test/CodeGen/AArch64/tailcall-fastisel.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=arm64-apple-darwin -O0 | FileCheck %s +; RUN: llc < %s -mtriple=arm64-apple-darwin -O0 -fast-isel | FileCheck %s ; CHECK: b _foo0 |