1; RUN: llc -O0 -fast-isel -mtriple=x86_64-unknown-unknown < %s | FileCheck %s 2 3; CHECK-NOT: retq 4; CHECK: jmpq 5 6define void @f(ptr %this) "disable-tail-calls"="true" { 7 musttail call void %this(ptr %this) 8 ret void 9} 10