blob: 306132f10e5b3882a2277edc722cf232d9089cea [file] [edit]
#RUN: llc -verify-machineinstrs -mtriple=i386-apple-darwin -o - -run-pass=x86-expand-pseudo %s | FileCheck %s
#RUN: llc -verify-machineinstrs -mtriple=i386-apple-darwin -o - -passes=x86-expand-pseudo %s | FileCheck %s
---
name: tail_call_fail
tracksRegLiveness: true
body: |
bb.0:
TCRETURNri undef renamable $eax, 0, csr_32, implicit $esp, implicit $ssp
; CHECK: TAILJMPr killed undef renamable $eax, csr_32, implicit $esp, implicit $ssp
...