11 lines · plain
1#RUN: llc -verify-machineinstrs -mtriple=i386-apple-darwin -o - -run-pass=x86-pseudo %s | FileCheck %s2---3name: tail_call_fail4tracksRegLiveness: true5body: |6 bb.0:7 TCRETURNri undef renamable $eax, 0, csr_32, implicit $esp, implicit $ssp8 ; CHECK: TAILJMPr killed undef renamable $eax, csr_32, implicit $esp, implicit $ssp9 10...11