1#RUN: llc -verify-machineinstrs -mtriple=i386-apple-darwin -o - -run-pass=x86-pseudo %s | FileCheck %s
2---
3name:            tail_call_fail
4tracksRegLiveness: true
5body:             |
6  bb.0:
7    TCRETURNri undef renamable $eax, 0, csr_32, implicit $esp, implicit $ssp
8    ; CHECK: TAILJMPr killed undef renamable $eax, csr_32, implicit $esp, implicit $ssp
9
10...
11